astro-ghostcms/.pnpm-store/v3/files/83/6d279d8e688a5eae89523c6638c...

20 lines
419 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 boundFlatMap = callBind(polyfill);
define(boundFlatMap, {
getPolyfill: getPolyfill,
implementation: implementation,
shim: shim
});
module.exports = boundFlatMap;