Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fixed typescript typing for sandbox
  • Loading branch information
joepjoosten committed Jan 14, 2020
commit d5ac2e924f7340d7ba82130a9f92f18095021d9b
2 changes: 1 addition & 1 deletion src/jsonpath.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ declare module 'jsonpath-plus' {
* (Note that the current path and value will also be available to those
* expressions; see the Syntax section for details.)
*/
sandbox?: Map<string, any>
sandbox?: {}
/**
* Whether or not to wrap the results in an array.
*
Expand Down