Keine Beschreibung

upper-case.d.ts 90B

    declare function upperCase (value: string, locale?: string): string; export = upperCase;