UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

5 lines (4 loc) 236 B
import * as ts from "typescript"; export declare function hasModifier(node: ts.Node, modifier: ts.SyntaxKind): boolean; export declare function isPublic(node: ts.Node): boolean; export declare function isStatic(node: ts.Node): boolean;