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
/
functions
/
end.d.ts
3 lines
(2 loc)
•
60 B
TypeScript
View Raw
1
2
3
declare
const
end
:
() =>
Promise
<
true
>;
export
default
end;