mirror of
				https://github.com/taixingyiji/openit.git
				synced 2025-11-04 10:02:26 +00:00 
			
		
		
		
	Delete utils/rm directory
This commit is contained in:
		
							
								
								
									
										15
									
								
								utils/rm/node_modules/lodash/_baseShuffle.js
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										15
									
								
								utils/rm/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