astro-ghostcms/.pnpm-store/v3/files/ee/55c6f30a594bf8f3a712480741e...

20 lines
406 B
Plaintext

'use strict';
var define = require('define-properties');
var callBind = require('call-bind');
var implementation = require('./implementation');
var getPolyfill = require('./polyfill');
var polyfill = getPolyfill();
var shim = require('./shim');
var bound = callBind(polyfill, Object);
define(bound, {
getPolyfill: getPolyfill,
implementation: implementation,
shim: shim
});
module.exports = bound;