JSONPath-Plus / JSONPath

A fork of JSONPath from http://goessner.net/articles/JsonPath/
Other
975 stars 175 forks source link

fix: typescript declaration file #151

Closed sdolski closed 3 years ago

sdolski commented 3 years ago

PR description

Fixes #150

Adjusted typescript declaration file to make the helper methods (toPathArray(), toPathString(), toPointer()) as well as the cache accessible.

Checklist

brettz9 commented 3 years ago

Released as part of v5.0.6. Thanks for the fix!