UNPKG

swagger-typed-express-docs

Version:

Simple express runtime parser and documentation swagger generator with 100% support of Typescript static types

3 lines (2 loc) 111 B
import { TSchema } from './tsSchema'; export declare const codegenSchemaToJSCode: (schema: TSchema) => string;