UNPKG
module-93
Version:
latest (1.0.1)
1.0.1
1.0.0
a demo test module
module-93
/
index.js
5 lines
(3 loc)
•
79 B
JavaScript
View Raw
1
2
3
4
5
exports
.
printMsg
=
()=>
{
console
.
log
(
'It seems that ever thing went ok'
); };