UNPKG

test-my-npm-fey

Version:
5 lines 81 B
module.exports = { greet(name) { return `Hello there, ${name}.` }, };