UNPKG

@jsonjoy.com/util

Version:
6 lines (5 loc) 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JSON = void 0; // biome-ignore lint: shadow JSON nome is intended exports.JSON = (typeof global !== 'undefined' ? global.JSON : window.JSON);