/var/www/greso.tech/server/nsm/node_modules/underscore/modules
Edit: /var/www/greso.tech/server/nsm/node_modules/underscore/modules/shuffle.js (133B)
import sample from './sample.js';
// Shuffle a collection.
export default function shuffle(obj) {
return sample(obj, Infinity);
}