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