tsbuild/test/assets/output/tocompile.d.ts

6 lines
101 B
TypeScript
Raw Normal View History

declare class test2 {
2019-08-26 14:28:03 +00:00
test: string[];
constructor();
2018-07-25 18:56:42 +00:00
}
declare const run: () => Promise<string>;