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/_hashClear.js
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										15
									
								
								utils/rm/node_modules/lodash/_hashClear.js
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -1,15 +0,0 @@
 | 
			
		||||
var nativeCreate = require('./_nativeCreate');
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Removes all key-value entries from the hash.
 | 
			
		||||
 *
 | 
			
		||||
 * @private
 | 
			
		||||
 * @name clear
 | 
			
		||||
 * @memberOf Hash
 | 
			
		||||
 */
 | 
			
		||||
function hashClear() {
 | 
			
		||||
  this.__data__ = nativeCreate ? nativeCreate(null) : {};
 | 
			
		||||
  this.size = 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
module.exports = hashClear;
 | 
			
		||||
		Reference in New Issue
	
	Block a user