mirror of
				https://github.com/taixingyiji/openit.git
				synced 2025-11-04 04:32:24 +00:00 
			
		
		
		
	Hello World
This commit is contained in:
		
							
								
								
									
										17
									
								
								utils/rm/node_modules/lodash/noop.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								utils/rm/node_modules/lodash/noop.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
/**
 | 
			
		||||
 * This method returns `undefined`.
 | 
			
		||||
 *
 | 
			
		||||
 * @static
 | 
			
		||||
 * @memberOf _
 | 
			
		||||
 * @since 2.3.0
 | 
			
		||||
 * @category Util
 | 
			
		||||
 * @example
 | 
			
		||||
 *
 | 
			
		||||
 * _.times(2, _.noop);
 | 
			
		||||
 * // => [undefined, undefined]
 | 
			
		||||
 */
 | 
			
		||||
function noop() {
 | 
			
		||||
  // No operation performed.
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
module.exports = noop;
 | 
			
		||||
		Reference in New Issue
	
	Block a user