spaceCase.d.ts 70 B

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