upper-first.d.ts 80 B

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