upper-case.d.ts 90 Bytes
declare function upperCase (value: string, locale?: string): string;

export = upperCase;