nose-pluto/nose/bin/echo.ts
2025-09-20 19:19:58 -07:00

3 lines
64 B
TypeScript

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