UNPKG

153 BTypeScriptView Raw
1/**
2 * Upper case the first character of an input string.
3 */
4export declare function upperCaseFirst(input: string, locale?: string[] | string): string;