/var/www/greso.tech/server/nsm/node_modules/underscore/cjs
Edit: /var/www/greso.tech/server/nsm/node_modules/underscore/cjs/shuffle.js (148B)
var sample = require('./sample.js');
// Shuffle a collection.
function shuffle(obj) {
return sample(obj, Infinity);
}
module.exports = shuffle;