UNPKG

tsgen2

Version:

Generates Typescript code programatically

11 lines (10 loc) 336 B
import { TsGenParam } from "./TsGenParam"; import { Treeable } from "./TsGenUtil"; export declare class TsGenConstructor implements Treeable { private parameters; private body; addParameter(param: TsGenParam): void; addToBody(sentence: any): void; toString(indent?: number): string; toArrayTree(): Array<any>; }