UNPKG
npm-test-myproject
Version:
latest (1.0.1)
1.0.1
npm包开发测试
github.com/wenhuishuang/npm-test
wenhuishuang/npm-test
npm-test-myproject
/
a.js
4 lines
•
78 B
JavaScript
View Raw
1
2
3
4
function
hello
(
name
){
console
.
log
(
"hello "
+ name); }
exports
.
hello
=hello;