1
0
Fork 0
mirror of https://github.com/kou029w/daraz-san.git synced 2025-01-18 16:08:06 +00:00
daraz-san/scripts/util/random.js
2020-04-09 00:16:46 +09:00

1 line
77 B
JavaScript

module.exports = (array) => array[Math.floor(Math.random() * array.length)];