UNPKG
basic-sftp
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
🤹🏻♀️ A basic promise-based SFTP Client
github.com/wellwelwel/basic-sftp
wellwelwel/basic-sftp
basic-sftp
/
lib
/
ssh2.d.ts
4 lines
(3 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
import
{
Client
}
from
'ssh2'
;
export
declare
const
ssh2
:
Client
;
export
declare
const
getConnection
:
() =>
import
(
"ssh2"
).
SFTPWrapper
;