swap-case.d.ts 88 B

123
  1. declare function swapCase (value: string, locale?: string): string;
  2. export = swapCase;