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) 60 B
export declare function decamelize(string: string): string;