fix(core): update

This commit is contained in:
2020-03-09 15:14:06 +00:00
parent d36a5f7751
commit 8aa3823e65
2 changed files with 11 additions and 5 deletions

View File

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