UNPKG

@jaisocx/jpath

Version:

JPath accepts queries of datatype (string|number)[] and performs lookup in js objects and arrays

4 lines 140 B
// @jaisocx/jpath/index.ts export { JPathData } from "./JPathData.js"; export { JPath } from "./JPath.js"; //# sourceMappingURL=index.js.map