demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/lodash-4.17.20/_baseShuffle.js

Path
demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/lodash-4.17.20/_baseShuffle.js
Status
scanned
Type
file
Name
_baseShuffle.js
Extension
.js
Programming language
JavaScript
Mime type
text/plain
File type
ASCII text
Tag

      
    
Rootfs path

      
    
Size
371 (371 bytes)
MD5
3267e5b52be5e2c3bc30dcbdd3fea29a
SHA1
62b58e90df1ca7ee5d44cd923fd531f1964f37a7
SHA256
47152f92f55df85e1723b4748cc995a727450efa4e13d773573b711ad3677bf9
SHA512

      
    
SHA1_git
023077ac4e825cdbdaff6893ef3caff9a474f600
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
_baseShuffle.js | 371 bytes |

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;
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/lodash@4.17.20 mit JavaScript