UNPKG

83 BJavaScriptView Raw
1function hello(name) {
2
3 console.log("hello: " + name);
4}
5exports.hello = hello;
\No newline at end of file