6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
/**
|
|
* the main test function
|
|
* @param versionArg
|
|
*/
|
|
export declare let test: (argvArg: any) => Promise<void>;
|