index.js 209 B

12345
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.JSON = void 0;
  4. exports.JSON = (typeof global !== 'undefined' ? global.JSON : window.JSON);
  5. //# sourceMappingURL=index.js.map