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 }