UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

3 lines (2 loc) 110 B
import type ts from "typescript"; export declare function symbolAtNode(node: ts.Node): ts.Symbol | undefined;