swap.d.ts 80 B

123
  1. declare function swap(arr: any[], a: number, b: number): any[];
  2. export = swap;