From 30a332c1c43c299668ead7d99b0427039a8aac02 Mon Sep 17 00:00:00 2001 From: stackgo Date: Thu, 22 Dec 2022 16:17:10 +0900 Subject: [PATCH] Add support TypeScript --- helloworld.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.ts b/helloworld.ts index d187c1b..e4eb775 100644 --- a/helloworld.ts +++ b/helloworld.ts @@ -4,4 +4,4 @@ function main(args) { console.log(message); } -exports.main = main; \ No newline at end of file +export {main} \ No newline at end of file