UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

4 lines (3 loc) 254 B
import type { Definition } from "../Schema/Definition.js"; import type { StringMap } from "./StringMap.js"; export declare function removeUnreachable(rootTypeDefinition: Definition | undefined, definitions: StringMap<Definition>): StringMap<Definition>;