lower-case.d.ts 76 B

12
  1. declare const lowerCase: (str: string) => string;
  2. export default lowerCase;