UNPKG

@sinclair/typebox

Version:

Json Schema Type Builder with Static Type Resolution for TypeScript

4 lines (3 loc) 173 B
import type { TSchema } from '../schema/index'; /** `[Json]` Omits compositing symbols from this schema. */ export declare function Strict<T extends TSchema>(schema: T): T;