3 lines
		
	
	
	
		
			54 B
			
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			54 B
			
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = function (cb) {
 | 
						|
  return cb.length
 | 
						|
}
 | 
						
module.exports = function (cb) {
 | 
						|
  return cb.length
 | 
						|
}
 |