npmci/dist/mod_ssh/index.d.ts
2017-06-15 15:46:08 +02:00

5 lines
129 B
TypeScript

/**
* checks for ENV vars in form of NPMCI_SSHKEY_* and deploys any found ones
*/
export declare let ssh: () => Promise<void>;