nose-pluto/app/nose/bin/greet.ts
Chris Wanstrath 1c3dd16517 reeeeeboooot
2025-09-22 14:55:32 -07:00

3 lines
88 B
TypeScript

export default function (name: string): string {
return `Hi, ${name || "stranger"}!`
}