UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

3 lines (2 loc) 108 B
import ts from "typescript"; export declare function getFullDescription(node: ts.Node): string | undefined;