UNPKG

@astronautlabs/jsonpath

Version:

Query JavaScript objects with JSONPath expressions. Robust / safe JSONPath engine for Node.js.

5 lines (4 loc) 162 B
export declare class assert { static ok(predicate: boolean, message: string): void; static equal(value: any, expected: any, message: string): void; }