astro-ghostcms/.pnpm-store/v3/files/4e/9b7cc91e1a5225d30a36ff76734...

19 lines
373 B
Plaintext

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