randomItem.d.ts 106 B

12345
  1. import random = require('./random');
  2. declare function randomItem(arr: any[]): any;
  3. export = randomItem;