UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

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