pascalCase.d.ts 72 B

123
  1. declare function pascalCase(str: string): string;
  2. export = pascalCase;