nose-pluto/app/nose/bin/greet.ts
Chris Wanstrath 00e035c853 classic test
2025-09-26 12:08:15 -07:00

3 lines
91 B
TypeScript

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