UNPKG
dongweinpmtest
Version:
latest (1.0.1)
1.0.1
1.0.0
ceshi
dongweinpmtest
/
index.js
7 lines
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
7
function
sayHello
(
name
) {
return
`hello,
${name}
`
}
function
nihao
(
) {
return
console
.
log
(
'nihao2'
) }
module
.
exports
= {sayHello, nihao}