UNPKG

cosa-nostra-backstabbers

Version:
7 lines (4 loc) 120 B
module.exports = function (array) { var index = Math.floor(Math.random() * array.length); return array[index]; };