UNPKG

nimma

Version:

Scalable JSONPath engine.

6 lines (4 loc) 151 B
import allParents from './all-parents.mjs'; import fixed from './fixed.mjs'; import root from './root.mjs'; export default [root, fixed, allParents];