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

6 lines
105 B
TypeScript
Raw Normal View History

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