UNPKG

upper-case-first

Version:
5 lines (4 loc) 153 B
/** * Upper case the first character of an input string. */ export declare function upperCaseFirst(input: string, locale?: string[] | string): string;