npmci/dist/npmci.ssh.d.ts

4 lines
128 B
TypeScript
Raw Permalink Normal View History

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