mirror of
https://github.com/kou029w/daraz-san.git
synced 2025-01-31 06:18:02 +00:00
2 lines
75 B
JavaScript
2 lines
75 B
JavaScript
|
module.exports = array => array[Math.floor(Math.random() * array.length)];
|