UNPKG

pj_npm_test

Version:

npm包开发测试

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