Geen omschrijving

is-upper-case.d.ts 94B

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