We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cbdc6 commit f4d1be4Copy full SHA for f4d1be4
src/jsonpath.d.ts
@@ -7,7 +7,7 @@ declare module 'jsonpath-plus' {
7
) => void
8
9
type JSONPathOtherTypeCallback = (
10
- val: JSON|any, path: string[], parent: object|array, parentPropName: string
+ val: JSON|any, path: string[], parent: object|any[], parentPropName: string
11
) => boolean
12
13
type JSON = null|boolean|number|string|{[key: string]: JSON}|JSON[]
0 commit comments