UNPKG
grcore
Version:
latest (0.0.3)
1.0.2
1.0.1
1.0.0
0.0.3
the core of guoran erp app
grcore
/
index.js
3 lines
•
95 B
JavaScript
View Raw
1
2
3
exports
.
printMsg
=
function
(
) {
console
.
log
(
"This is a message from the grcore package"
); }