Files
2025-03-07 19:22:02 +01:00

5 lines
209 B
JavaScript

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