complete modular transition

This commit is contained in:
2017-05-19 12:09:33 +02:00
parent cf41e81153
commit 7c5cafeb1b
38 changed files with 234 additions and 153 deletions

5
dist/mod_test/index.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
/**
* the main test function
* @param versionArg
*/
export declare let test: (versionArg: any) => Promise<void>;