npmci/dist/mod_test/index.d.ts

6 lines
116 B
TypeScript
Raw Normal View History

2017-05-19 12:09:33 +02:00
/**
* the main test function
* @param versionArg
*/
2017-03-11 01:10:37 +01:00
export declare let test: (versionArg: any) => Promise<void>;