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