Type alias Generators

Generators: {
    [name: string]: ((generatable: Generatable, options: TypescriptGenerationOptions) => string);
}

Type for generators.

Type declaration

Generated using TypeDoc