UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

10 lines (9 loc) 316 B
export * from './types'; export * from './classes'; import type { TypeOf } from '../schema'; import { TypeBuilder } from './TypeBuilder'; import type { SchemaOf, Type } from './types'; export declare const t: TypeBuilder; export declare namespace t { type infer<T extends Type | Type[]> = TypeOf<SchemaOf<T>>; }