UNPKG
my-lzx-hello-test
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
测试
my-lzx-hello-test
/
index.js
4 lines
•
73 B
JavaScript
View Raw
1
2
3
4
function
hello
(
){
console
.
log
(
"hello npm "
) }
module
.
exports
=hello