UNPKG

wangwei-npm-demo

Version:

npm包开发测试

4 lines 82 B
function hello(name) { console.log("hello " + name); } exports.hello = hello;