title-case.d.ts 90 B

123
  1. declare function titleCase (value: string, locale?: string): string;
  2. export = titleCase;