Skip to content

Commit

Permalink
- Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jul 29, 2021
1 parent 9b94dde commit 38c7be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsonpath.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ declare module 'jsonpath-plus' {
) => void

type JSONPathOtherTypeCallback = (
val: JSON|any, path: string[], parent: object|array, parentPropName: string
val: JSON|any, path: string[], parent: object|any[], parentPropName: string
) => boolean

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

0 comments on commit 38c7be1

Please sign in to comment.