All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.cjs.shuffle.js Maven / Gradle / Ivy

The newest version!
var sample = require('./sample.js');

// Shuffle a collection.
function shuffle(obj) {
  return sample(obj, Infinity);
}

module.exports = shuffle;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy