upper-case.d.ts 90 Bytes RawBlameHistoryPermalink 1 2 3 declare function upperCase (value: string, locale?: string): string; export = upperCase;