Submit
Path:
~
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
colors
/
lib
/
maps
/
File Content:
random.js
module['exports'] = function(colors) { var available = ['underline', 'inverse', 'grey', 'yellow', 'red', 'green', 'blue', 'white', 'cyan', 'magenta']; return function(letter, i, exploded) { return letter === ' ' ? letter : colors[ available[Math.round(Math.random() * (available.length - 2))] ](letter); }; };
Submit
FILE
FOLDER
Name
Size
Permission
Action
america.js
278 bytes
0644
rainbow.js
311 bytes
0644
random.js
346 bytes
0644
zebra.js
146 bytes
0644
N4ST4R_ID | Naxtarrr