upper-case.d.ts 76 B

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