UNPKG

@jsonjoy.com/json-pack

Version:

High-performance JSON serialization library

10 lines 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JsonPackValue = void 0; class JsonPackValue { constructor(val) { this.val = val; } } exports.JsonPackValue = JsonPackValue; //# sourceMappingURL=JsonPackValue.js.map