shuffle.d.ts 64 B

123
  1. declare function shuffle(arr: any[]): any[];
  2. export = shuffle;