frontend/.pnpm-store/v3/files/6d/4b099795a7ae5cebe6b3af768943e6b202b2cd1df56d5123a0700f214a5b50654ce20dcd4acdd903b6a4dcb249a215b0137226d26f20a6f2b9920b51f5ef06

20 lines
408 B
Plaintext

'use strict';
var defineProperties = require('define-properties');
var implementation = require('./implementation');
var getPolyfill = require('./polyfill');
var shim = require('./shim');
var polyfill = getPolyfill();
var getGlobal = function () { return polyfill; };
defineProperties(getGlobal, {
getPolyfill: getPolyfill,
implementation: implementation,
shim: shim
});
module.exports = getGlobal;