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