UNPKG
clmaker
Version:
latest (1.0.0)
1.0.0
A module for console logs
github.com/sahandp2012p/cl
sahandp2012p/cl
clmaker
/
index.js
5 lines
(4 loc)
•
74 B
JavaScript
View Raw
1
2
3
4
5
const
cl
= (
text
) => {
console
.
log
(text) }
module
.
exports
.
cl
= cl