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.
2 parents 4da3b85 + f985873 commit a6dcf08Copy full SHA for a6dcf08
1 file changed
src/jsonpath.d.ts
@@ -181,13 +181,13 @@ declare module 'jsonpath-plus' {
181
json: JSONPathOptions['json'],
182
callback: JSONPathOptions['callback'],
183
otherTypeCallback: JSONPathOptions['otherTypeCallback']
184
- )
+ ): any
185
evaluate(options: {
186
path: JSONPathOptions['path'],
187
188
189
190
- })
+ }): any
191
}
192
193
type JSONPathType = JSONPathCallable & JSONPathClass
0 commit comments