lower-first.d.ts 80 B

12
  1. declare const lowerFirst: (value: string) => string;
  2. export default lowerFirst;