UNPKG

125 BTypeScriptView Raw
1/**
2 * Lower case the first character of an input string.
3 */
4export declare function lowerCaseFirst(input: string): string;