UNPKG

tfaker

Version:

Lightweight, Targaryen-themed lil' brother of faker.js

3 lines 132 B
module.exports = exports = function getRandomElementFromArray (array) { return array[Math.floor(Math.random() * array.length)]; };