diff --git a/src/jmespath.d.ts b/src/jmespath.d.ts index 1faf628..8515466 100644 --- a/src/jmespath.d.ts +++ b/src/jmespath.d.ts @@ -14,3 +14,7 @@ export function decorate(fns: Record (jsonDoc: any) => any; + +export function compile(query: string): any; + +export function tokenize(query: string): any;