UNPKG

typia

Version:

Superfast runtime validators with only one line

4 lines (3 loc) 159 B
export declare function snake(str: string): string; export declare const camel: (str: string) => string; export declare const pascal: (str: string) => string;