UNPKG

@ts-defold/type-gen

Version:

Typescript type generator for Defold

8 lines (7 loc) 254 B
import * as schema from "./schema"; export interface GeneratorInfo { channel: string; tag: string; sha1: string; } export declare function generate(input: Array<schema.IDocJson>, info: GeneratorInfo, types?: Array<schema.IDocTypes>): string;