UNPKG

238 BTypeScriptView Raw
1export declare function trace<T = any>(expr: string, val: unknown, path: string): IterableIterator<[string, T]>;
2export declare function normalize(expr: string): string;
3export declare function match(expr: string, path: string): boolean;