npmci/dist/mod_node/index.d.ts

11 lines
240 B
TypeScript
Raw Normal View History

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