UNPKG

@extra-array/value

Version:
7 lines (6 loc) 134 B
'use strict'; function value(x, r = Math.random()) { var i = Math.floor(r * x.length); return x[i]; } module.exports = value;