UNPKG

653 BJavaScriptView Raw
1'use strict';
2
3var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
4
5function unwrapExports (x) {
6 return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
7}
8
9function createCommonjsModule(fn, module) {
10 return module = { exports: {} }, fn(module, module.exports), module.exports;
11}
12
13exports.commonjsGlobal = commonjsGlobal;
14exports.createCommonjsModule = createCommonjsModule;
15exports.unwrapExports = unwrapExports;
16//# sourceMappingURL=_commonjsHelpers-72d386ba.js.map