Skip to content

Commit 0d4f1e8

Browse files
Export compile and tokenize in TypeScript definitions
1 parent 4807d96 commit 0d4f1e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/jmespath.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ export function decorate(fns: Record<string, {_func: Function, _signature: Array
1414
(query: string) =>
1515
(jsonDoc: any) =>
1616
any;
17+
18+
export function compile(query: string): any;
19+
20+
export function tokenize(query: string): any;

0 commit comments

Comments
 (0)