UNPKG

@astronautlabs/jsonpath

Version:

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

6 lines (5 loc) 132 B
/** * @internal * @hidden */ export declare function slice(arr: any[], start?: number, end?: number, step?: number): any[];