/var/www/greso.tech/server/nsm/node_modules/underscore/amd
Edit: /var/www/greso.tech/server/nsm/node_modules/underscore/amd/shuffle.js (157B)
define(['./sample'], function (sample) {
// Shuffle a collection.
function shuffle(obj) {
return sample(obj, Infinity);
}
return shuffle;
});