UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

4 lines (3 loc) 90 B
export function notUndefined<T>(x: T | undefined): x is T { return x !== undefined; }