UNPKG

typia

Version:

Superfast runtime validators with only one line

3 lines (2 loc) 126 B
export const __notationCapitalize = (str: string) => str.length ? str[0]!.toUpperCase() + str.slice(1).toLowerCase() : str;