Sha256: 5ee48a1156ad2b2e8e84def305aae470bf211becb4afff96d5a289484a7a0446
Contents?: true
Size: 251 Bytes
Versions: 52
Compression:
Stored size: 251 Bytes
Contents
'use strict'; var implementation = require('./implementation'); module.exports = function getPolyfill() { if (typeof global !== 'object' || !global || global.Math !== Math || global.Array !== Array) { return implementation; } return global; };
Version data entries
52 entries across 52 versions & 2 rubygems