smartssh/dist/smartssh.classes.helpers.d.ts

4 lines
146 B
TypeScript
Raw Normal View History

2016-11-23 11:38:38 +00:00
import 'typings-global';
import { SshKey } from './smartssh.classes.sshkey';
export declare let sshKeyArrayFromDir: (dirArg: string) => SshKey[];