版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.d.ts 204 B

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;