UNPKG

brakmic

Version:
8 lines (6 loc) 102 B
function hello() { console.log('hello, world!'); } module.exports = { greet : hello }