Sha256: 5ee48a1156ad2b2e8e84def305aae470bf211becb4afff96d5a289484a7a0446
Contents?: true
Size: 251 Bytes
Versions: 55
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
55 entries across 55 versions & 3 rubygems