UNPKG
unicole-random-color
Version:
latest (1.0.1)
1.0.1
1.0.0
Printing a string with random color
unicole-random-color
/
app.js
5 lines
(4 loc)
•
105 B
JavaScript
View Raw
1
2
3
4
5
const
printRandomColor
=
require(
"./logic"
);
module
.
exports
= { coolPrinting: printRandomColor };