UNPKG

twitch-chat.js

Version:
7 lines (6 loc) 146 B
module.exports = class Collection extends Map { random() { let array = [...this] return array[Math.floor(Math.random() * array.length)] } }