UNPKG

npm-package-test-siminyang

Version:

npm����������

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