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

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

The newest version!
import sample from './sample.js';

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy