npmci/dist/mod_node/index.d.ts

11 lines
240 B
TypeScript
Raw Normal View History

2017-08-27 13:24:17 +00:00
/**
* handle cli input
* @param argvArg
*/
export declare let handleCli: (argvArg: any) => Promise<void>;
2017-03-11 00:10:37 +00:00
/**
* Install a specific version of node
* @param versionArg
*/
export declare let install: (versionArg: any) => Promise<void>;