mirror of
https://github.com/Kong/insomnia.git
synced 2026-06-21 22:40:25 -04:00
6 lines
82 B
JavaScript
6 lines
82 B
JavaScript
declare module 'jsonpath' {
|
|
declare module.exports: {
|
|
query: Function
|
|
}
|
|
}
|