fix(core): update

This commit is contained in:
2020-04-30 09:02:43 +00:00
parent 3e05c116f3
commit 2f57c26b87
8 changed files with 48 additions and 48 deletions

View File

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