UNPKG
lolcats
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.1
1.0.0
rainbows in the console
github.com/finngreiter/lolcats
finngreiter/lolcats
lolcats
/
test
/
index.js
5 lines
(3 loc)
•
110 B
JavaScript
View Raw
1
2
3
4
5
const
lol =
require
(
'lolcats'
); lol.
print
(
'hello'
,
'world'
);
console
.
log
(lol.
rainbow
(
'hello'
,
'world'
));