From d6534057b6380e7561c21281ca5189f0a53fd45a Mon Sep 17 00:00:00 2001 From: emehmet Date: Thu, 13 Apr 2023 14:56:07 +0300 Subject: [PATCH] defFunc --- test.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test.ts diff --git a/test.ts b/test.ts new file mode 100644 index 0000000..2649684 --- /dev/null +++ b/test.ts @@ -0,0 +1,5 @@ +const defFunc = () => { + console.log("hello") +} + +export default defFunc; \ No newline at end of file