UNPKG

npm-test-myproject

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