fix(core): update

This commit is contained in:
2020-08-10 22:10:20 +00:00
parent 63fa2e84d4
commit f021525f9e
10 changed files with 720 additions and 829 deletions

View File

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