nose-pluto/app/nose/bin/greet.ts
Chris Wanstrath 265611d8c4 test
2025-09-26 11:36:42 -07:00

3 lines
89 B
TypeScript

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