mirror of
https://github.com/actions/setup-node.git
synced 2025-12-14 08:37:00 +08:00
.
This commit is contained in:
15
node_modules/lodash/_baseShuffle.js
generated
vendored
15
node_modules/lodash/_baseShuffle.js
generated
vendored
@@ -1,15 +0,0 @@
|
||||
var shuffleSelf = require('./_shuffleSelf'),
|
||||
values = require('./values');
|
||||
|
||||
/**
|
||||
* The base implementation of `_.shuffle`.
|
||||
*
|
||||
* @private
|
||||
* @param {Array|Object} collection The collection to shuffle.
|
||||
* @returns {Array} Returns the new shuffled array.
|
||||
*/
|
||||
function baseShuffle(collection) {
|
||||
return shuffleSelf(values(collection));
|
||||
}
|
||||
|
||||
module.exports = baseShuffle;
|
||||
Reference in New Issue
Block a user