UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

3 lines (2 loc) 183 B
import { BaseType } from "../Type/BaseType"; export declare function narrowType(type: BaseType | undefined, predicate: (type: BaseType | undefined) => boolean): BaseType | undefined;