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

3 lines
79 B
TypeScript

export default function (...args: string[]): string {
return args.join(" ")
}