UNPKG

typia

Version:

Superfast runtime validators with only one line

5 lines (4 loc) 281 B
export declare const boolean: (value: string) => string | boolean | null; export declare const bigint: (value: string) => string | bigint | null; export declare const number: (value: string) => string | number | null; export declare const string: (value: string) => string | null;