Няма описание

_commonjsHelpers-97e6d7b1.js 629B

123456789101112131415161718192021222324
  1. var commonjsGlobal =
  2. typeof globalThis !== "undefined"
  3. ? globalThis
  4. : typeof window !== "undefined"
  5. ? window
  6. : typeof global !== "undefined"
  7. ? global
  8. : typeof self !== "undefined"
  9. ? self
  10. : {};
  11. function unwrapExports(x) {
  12. return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default")
  13. ? x["default"]
  14. : x;
  15. }
  16. function createCommonjsModule(fn, module) {
  17. return (module = { exports: {} }), fn(module, module.exports), module.exports;
  18. }
  19. export { commonjsGlobal as a, createCommonjsModule as c, unwrapExports as u };
  20. //# sourceMappingURL=_commonjsHelpers-97e6d7b1.js.map