UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

5 lines (4 loc) 201 B
import { Node } from "typescript"; import { Context } from "../NodeParser"; export declare function hash(a: any): string | number; export declare function getKey(node: Node, context: Context): string;