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