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