CURRENT PATH:
/
home
/
u921493091
/
domains
/
shantidoothospital.com
/
public_html
/
node_modules
/
lodash
/
[ ⬅ KEMBALI ]
|
[ HOME ]
Upload File:
Upload Ke Sini
Dir Baru
File Baru
Editing:
_arrayShuffle.js
var copyArray = require('./_copyArray'), shuffleSelf = require('./_shuffleSelf'); /** * A specialized version of `_.shuffle` for arrays. * * @private * @param {Array} array The array to shuffle. * @returns {Array} Returns the new shuffled array. */ function arrayShuffle(array) { return shuffleSelf(copyArray(array)); } module.exports = arrayShuffle;
SIMPAN
[ BATAL ]