UNPKG

@directus/format-title

Version:

Custom string formatter that converts any string into [Title Case](http://www.grammar-monster.com/lessons/capital_letters_title_case.htm)

2 lines (1 loc) 58 B
export declare function capitalize(word: string): string;