From 97690f7be9d6b4b4406135230c80d2453ed19844 Mon Sep 17 00:00:00 2001 From: adil <68734155+adevinwild@users.noreply.github.com> Date: Tue, 14 Feb 2023 08:38:53 +0100 Subject: [PATCH] refactor: :art: linted `index.ts` --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 52c31b8..21fcaf7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ function helloWorld(): string { - return "Hello World!"; + return 'Hello World!' } -export { helloWorld }; +export { helloWorld }