UNPKG
wangwei-npm-demo
Version:
latest (1.0.1)
1.0.1
npm包开发测试
wangwei-npm-demo
/
index.js
4 lines
•
82 B
JavaScript
View Raw
1
2
3
4
function
hello
(
name
) {
console
.
log
(
"hello "
+ name); }
exports
.
hello
= hello;