fix(core): update

This commit is contained in:
2020-03-13 19:23:01 +00:00
parent 6bbfd8b8a5
commit d35cff7135
11 changed files with 134 additions and 143 deletions

View File

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