smartssh/dist/smartssh.classes.helpers.d.ts
2016-06-01 04:18:31 +02:00

4 lines
146 B
TypeScript

import "typings-global";
import { SshKey } from "./smartssh.classes.sshkey";
export declare let sshKeyArrayFromDir: (dirArg: string) => SshKey[];