UNPKG

sandiloka-hello-3

Version:
11 lines (7 loc) 110 B
// common js // expose hello module.exports = hello; //hello function hello() { console.log('hello!'); }