fix(core): update

This commit is contained in:
2019-08-26 16:28:03 +02:00
parent dbcfa977fd
commit 6b1c7c4dc8
10 changed files with 103 additions and 68 deletions

View File

@ -1,5 +1,5 @@
declare class test2 {
test: string[];
constructor();
test: string[];
constructor();
}
declare const run: () => Promise<string>;