From c78154af5fd3be2543cbf8d320a24049c46d7724 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sat, 20 Sep 2025 20:13:19 -0700 Subject: [PATCH] whoops --- nose/bin/echo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nose/bin/echo.ts b/nose/bin/echo.ts index 692c110..0e06a22 100644 --- a/nose/bin/echo.ts +++ b/nose/bin/echo.ts @@ -1,3 +1,3 @@ -function (...args: string[]): string { +export default function (...args: string[]): string { return args.join(" ") } \ No newline at end of file