mirror of
				https://github.com/flynx/colors.js.git
				synced 2025-10-31 12:00:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			146 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			146 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module['exports'] = function(colors) {
 | |
|   return function(letter, i, exploded) {
 | |
|     return i % 2 === 0 ? letter : colors.inverse(letter);
 | |
|   };
 | |
| };
 |