/
/
lib
/
node_modules
/
npm
/
node_modules
/
colors
/
lib
/
maps
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/lib/node_modules/npm/node_modules/colors/lib/maps
Edit:
/lib/node_modules/npm/node_modules/colors/lib/maps/rainbow.js
module['exports'] = function(colors) { // RoY G BiV var rainbowColors = ['red', 'yellow', 'green', 'blue', 'magenta']; return function(letter, i, exploded) { if (letter === ' ') { return letter; } else { return colors[rainbowColors[i++ % rainbowColors.length]](letter); } }; };
Ukuran: 311 B