UNPKG

@sinclair/typebox

Version:

JSONSchema Type Builder with Static Type Resolution for TypeScript

3 lines (2 loc) 210 B
export declare type TypeName = 'bigint' | 'symbol' | 'string' | 'boolean' | 'number' | 'function' | 'undefined' | 'null' | 'array' | 'object' | 'never'; export declare function Reflect(value: any): TypeName;