UNPKG

typia

Version:

Superfast runtime validators with only one line

9 lines (8 loc) 231 B
export declare namespace StringUtil { const capitalize: (str: string) => string; const escapeDuplicate: (props: { keep: string[]; input: string; escape?: (str: string) => string; }) => string; }