UNPKG

@sinclair/typebox

Version:

JSONSchema Type Builder with Static Type Resolution for TypeScript

5 lines (4 loc) 168 B
import * as Types from '../typebox'; export declare namespace UpcastValue { function Create<T extends Types.TSchema>(schema: T, value: any): Types.Static<T>; }