UNPKG

myz-npm-test1

Version:

测试开发一个基础的npm包

4 lines 110 B
function hello(name) { console.log(`hello ${name},this is my first npm package!`) } exports.hello = hello