forked from mirror/Riven
4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
|
declare function titleCase (value: string, locale?: string): string;
|
||
|
|
||
|
export = titleCase;
|