UNPKG

tokenize-json

Version:

Streaming, environment agnostic JSON tokenizer.

7 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./error"), exports); tslib_1.__exportStar(require("./token"), exports); tslib_1.__exportStar(require("./tokenize"), exports); //# sourceMappingURL=main.js.map