UNPKG

@types/jspath

Version:
26 lines (20 loc) 768 B
# Installation > `npm install --save @types/jspath` # Summary This package contains type definitions for jspath (https://github.com/dfilatov/jspath). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jspath. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jspath/index.d.ts) ````ts /** * @param path path expression * @param data input JSON document * @param replacement substitutions */ export function apply(path: string, data: any, replacement?: any): any[]; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 03:09:37 GMT * Dependencies: none # Credits These definitions were written by [Piot Roszatycki](https://github.com/dex4er).