説明なし

_commonjsHelpers-72d386ba.js 698B

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