camelCase.d.ts 70 B

1234
  1. declare function camelCase(str: string): string;
  2. export = camelCase;