版博士V2.0程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

12345678
  1. /**
  2. * Localized upper case.
  3. */
  4. export declare function localeUpperCase(str: string, locale: string): string;
  5. /**
  6. * Upper case as a function.
  7. */
  8. export declare function upperCase(str: string): string;