UNPKG

text-title-case

Version:

Convert a text into title case following English rules

2 lines (1 loc) 58 B
export declare function titleCase(input: string): string;