randomItem.d.ts 106 B

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