UNPKG

basic-sftp

Version:

🤹🏻‍♀️ A basic promise-based SFTP Client

3 lines (2 loc) 93 B
declare const is: (path: string) => Promise<'File' | 'Directory' | null>; export default is;