UNPKG

tsgen2

Version:

Generates Typescript code programatically

8 lines (7 loc) 302 B
import { TsGenMethod } from "./TsGenMethod"; export declare class TsGenFunc extends TsGenMethod { exportable: boolean; constructor(name: string, visibility?: "" | "public" | "private" | "protected", exportable?: boolean); toString(indent?: number): string; toArrayTree(): Array<any>; }