UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

3 lines (2 loc) 112 B
import { TypeFormatter } from "../src/TypeFormatter"; export declare function createFormatter(): TypeFormatter;