steelbrain / node-ssh

SSH2 with Promises
MIT License
947 stars 94 forks source link

feature request: use named import instead of default import for SSH2 client #428

Closed michael-land closed 2 years ago

michael-land commented 2 years ago

ssh2 client typing is missing when using ES6 syntax.

image

connection is any instead of ssh2#Client

image