Sin descripción

_commonjsHelpers-72d386ba.js 653B

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