UNPKG

tsgen2

Version:

Generates Typescript code programatically

7 lines (6 loc) 276 B
import { TsGenParam } from "./TsGenParam"; export interface Treeable { toArrayTree: Function; } export declare function printParameters(parameters: TsGenParam[]): string; export declare function flatenArrayTree(array: Array<any>, level?: number, indent?: string): string;