UNPKG

@sinclair/typebox

Version:

JSONSchema Type Builder with Static Type Resolution for TypeScript

6 lines (5 loc) 236 B
import * as Types from '../typebox'; export declare namespace CheckValue { function Visit<T extends Types.TSchema>(schema: T, value: any): boolean; function Check<T extends Types.TSchema>(schema: T, value: any): boolean; }