UNPKG

text-lower-case-first

Version:
5 lines (4 loc) 123 B
/** * Lower case the first character of an input string. */ export declare function lowerCaseFirst(str: string): string;