Geen omschrijving

dot-case.d.ts 86B

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