UNPKG

204 BTypeScriptView Raw
1/**
2 * Localized upper case.
3 */
4export declare function localeUpperCase(str: string, locale: string): string;
5/**
6 * Upper case as a function.
7 */
8export declare function upperCase(str: string): string;