UNPKG
@jsonjoy.com/json-path
Version:
latest (17.63.0)
17.63.0
17.62.0
17.61.1
17.61.0
17.60.0
JSONPath implementation for TypeScript and JavaScript
github.com/jsonjoy-com/json-path
@jsonjoy.com/json-path
/
lib
/
types.js
7 lines
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
/** * JSONPath types and interfaces based on RFC 9535 * https://www.rfc-editor.org/rfc/rfc9535.html */
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
//# sourceMappingURL=types.js.map