UNPKG

typia

Version:

Superfast runtime validators with only one line

5 lines (4 loc) 168 B
export declare const __notationUnsnake: (props: { plain: (str: string) => string; snake: (str: string, index: number) => string; }) => (str: string) => string;