UNPKG
runoob_lsm_v1.02
Version:
latest (1.0.2)
1.0.2
1.0.1
a powerful nodejs module, we called be mcore
runoob_lsm_v1.02
/
a.js
4 lines
•
82 B
JavaScript
View Raw
1
2
3
4
function
hello
(
name
){
console
.
log
(
"hello lsm:"
+ name); }
exports
.
hello
=hello;