UNPKG

@sinclair/typebox

Version:

Json Schema Type Builder with Static Type Resolution for TypeScript

4 lines (3 loc) 242 B
import type { TSchema } from '../schema/index.mjs'; import type { TIntersect, IntersectOptions } from './intersect-type.mjs'; export declare function IntersectCreate<T extends TSchema[]>(T: [...T], options?: IntersectOptions): TIntersect<T>;