npmci/dist/npmci.ssh.d.ts

8 lines
234 B
TypeScript
Raw Normal View History

/// <reference types="q" />
2016-06-23 20:22:03 +00:00
import "typings-global";
import * as plugins from "./npmci.plugins";
/**
* checks for ENV vars in form of NPMCI_SSHKEY_* and deploys any found ones
*/
export declare let ssh: () => plugins.q.Promise<{}>;