From 66b3407100ba86fc7896b66a1575374a9e60bc90 Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Mon, 2 May 2022 00:43:40 +0300 Subject: [PATCH] clear index --- src/index.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/index.ts b/src/index.ts index 1e5189c..e69de29 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +0,0 @@ -const world = 'world'; - -export function hello(world: string): string { - return `Hello ${world}! `; -} - -hello(world) \ No newline at end of file