function hello(name) { return `Hello ${name}`; } export { hello };