@jsonjoy.com/json-expression
Version:
High-performance JSON Pointer implementation
8 lines • 352 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./types"), exports);
tslib_1.__exportStar(require("./evaluate"), exports);
tslib_1.__exportStar(require("./codegen"), exports);
tslib_1.__exportStar(require("./Vars"), exports);
//# sourceMappingURL=index.js.map