sanketbajoria / ssh2-promise

ssh with promise/async await and typescript support
https://www.npmjs.com/package/ssh2-promise
MIT License
148 stars 25 forks source link

Improve types #55

Closed unki2aut closed 3 years ago

unki2aut commented 4 years ago

When working with this library in Typescript it was almost impossible to use the autocomplete of the IDE as most types were missing or any. Therefore I added most of them to get a better user experience.

Solves issue #22