UNPKG

80 BTypeScriptView Raw
1declare const lowerFirst: (value: string) => string;
2export default lowerFirst;