UNPKG
701-nodejs-api
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
scaffold package for our api
github.com/kamoljan/nodejs-api
kamoljan/nodejs-api
701-nodejs-api
/
index.js
3 lines
•
93 B
JavaScript
View Raw
1
2
3
exports
.
printMsg
=
function
(
) {
console
.
log
(
"This is a message from the demo package"
); }