🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 18:24:06 | PHP 8.1.34
📂
/ (Root)
/
usr
/
share
/
passenger
/
node
/
vendor-copy
/
winston
/
node_modules
/
colors
/
lib
/
maps
📍 /usr/share/passenger/node/vendor-copy/winston/node_modules/colors/lib/maps
🔄 Refresh
✏️
Editing: rainbow.js
Read Only
var colors = require('../colors'); module['exports'] = (function () { var rainbowColors = ['red', 'yellow', 'green', 'blue', 'magenta']; //RoY G BiV return function (letter, i, exploded) { if (letter === " ") { return letter; } else { return colors[rainbowColors[i++ % rainbowColors.length]](letter); } }; })();
💾 Save Changes
❌ Cancel