mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
declare module 'xpath' {
|
|
declare module.exports: {
|
|
select: Function
|
|
}
|
|
}
|