UNPKG

@jsonquerylang/jsonquery

Version:

A small, flexible, and expandable JSON query language

3 lines 200 B
import type { Fun, JSONQuery, JSONQueryCompileOptions } from './types'; export declare function compile(query: JSONQuery, options?: JSONQueryCompileOptions): Fun; //# sourceMappingURL=compile.d.ts.map