npmci/dist/npmci.ssh.d.ts

5 lines
129 B
TypeScript
Raw Normal View History

/**
* checks for ENV vars in form of NPMCI_SSHKEY_* and deploys any found ones
*/
2017-03-11 00:10:37 +00:00
export declare let ssh: () => Promise<void>;