4 lines
90 B
TypeScript

declare function titleCase (value: string, locale?: string): string;
export = titleCase;