npmci/dist/npmci.ssh.d.ts

4 lines
128 B
TypeScript
Raw Normal View History

2016-06-23 20:22:03 +00:00
import "typings-global";
export declare let ssh: () => void;
2016-06-24 00:54:55 +00:00
export declare let evaluateSshkey: (sshkeyEnvVarArg: any) => void;