Skip to content

Commit f4d1be4

Browse files
committed
- Fix
1 parent 97cbdc6 commit f4d1be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jsonpath.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ declare module 'jsonpath-plus' {
77
) => void
88

99
type JSONPathOtherTypeCallback = (
10-
val: JSON|any, path: string[], parent: object|array, parentPropName: string
10+
val: JSON|any, path: string[], parent: object|any[], parentPropName: string
1111
) => boolean
1212

1313
type JSON = null|boolean|number|string|{[key: string]: JSON}|JSON[]

0 commit comments

Comments
 (0)