dotCase.d.ts 66 B

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