UNPKG
wym-npm-test
Version:
latest (1.0.0)
1.0.0
npm测试
wym-npm-test
/
a.js
4 lines
•
81 B
JavaScript
View Raw
1
2
3
4
function
hello
(
name
) {
console
.
log
(
"hello "
+ name); }
exports
.
hello
= hello;