export function hello(name = 'PurrfectGit') { return `Hello from ${name}!`; }