UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

3 lines (2 loc) 107 B
import ts from "typescript"; export declare function hasJsDocTag(node: ts.Node, tagName: string): boolean;