UNPKG

wym-npm-test

Version:

npm测试

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