upper-case-first.d.ts 100 B

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