UNPKG
myz-npm-test1
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.1
测试开发一个基础的npm包
myz-npm-test1
/
a.js
4 lines
•
110 B
JavaScript
View Raw
1
2
3
4
function
hello
(
name
) {
console
.
log
(
`hello
${name}
,this is my first npm package!`
) }
exports
.
hello
= hello