UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

4 lines (3 loc) 168 B
import { Config } from "./../src/Config"; import { TypeFormatter } from "../src/TypeFormatter"; export declare function createFormatter(config: Config): TypeFormatter;