UNPKG

underscore-es

Version:

javaScript's functional programming helper library for ES6 and beyond.

9 lines (7 loc) 205 B
// `_shuffle` : a collection's function // ------------------------------------- import _sample from './sample'; // Shuffle a collection. export default function (obj) { return _sample(obj, Infinity); }