UNPKG

@maksiks/test-npm-project

Version:
6 lines (5 loc) 85 B
const greet = (name) => { return `Hello ${name}!`; }; // e export default greet;