UNPKG

@sinclair/typebox

Version:

Json Schema Type Builder with Static Type Resolution for TypeScript

4 lines (3 loc) 187 B
import type { TSchema } from '../schema/index'; /** Fast undefined check used for properties of type undefined */ export declare function ExtendsUndefinedCheck(schema: TSchema): boolean;