first commit

This commit is contained in:
Arwid Thornström
2022-01-19 07:28:09 +01:00
commit f55052d5b3
40 changed files with 6193 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
declare const build: any;
/**
* Create the cli and kick it off
*/
declare function run(argv: any): Promise<any>;