UNPKG

lodash.shuffle

Version:

The lodash method `_.shuffle` exported as a module.

19 lines (13 loc) 460 B
# lodash.shuffle v4.2.0 The [lodash](https://lodash.com/) method `_.shuffle` exported as a [Node.js](https://nodejs.org/) module. ## Installation Using npm: ```bash $ {sudo -H} npm i -g npm $ npm i --save lodash.shuffle ``` In Node.js: ```js var shuffle = require('lodash.shuffle'); ``` See the [documentation](https://lodash.com/docs#shuffle) or [package source](https://github.com/lodash/lodash/blob/4.2.0-npm-packages/lodash.shuffle) for more details.