UNPKG

typia

Version:

Superfast runtime validators with only one line

3 lines (2 loc) 144 B
export declare const capitalize: (str: string) => string; export declare const escapeDuplicate: (keep: string[]) => (change: string) => string;