UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

4 lines (3 loc) 165 B
import * as ts from "typescript"; export declare function isHidden(symbol: ts.Symbol): boolean; export declare function isNodeHidden(node: ts.Node): boolean | null;