// Type definitions for upper-case // Project: https://github.com/blakeembrey/upper-case // Definitions by: Sam Saint-Pettersen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function upperCase(string: any, locale?: string): string; export = upperCase;