astro-ghostcms/.pnpm-store/v3/files/f2/b59f477131ae9ee7ec693332ad4...

19 lines
379 B
Plaintext

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