You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							|  | var index = require('./index.js');
 | 
						
						
						
							|  | var mixin = require('./mixin.js');
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | // Default Export
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | // Add all of the Underscore functions to the wrapper object.
 | 
						
						
						
							|  | var _ = mixin(index);
 | 
						
						
						
							|  | // Legacy Node.js API.
 | 
						
						
						
							|  | _._ = _;
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | module.exports = _;
 |