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) 67 B
export declare function combine(acc: string, str: string): string;