Skip to content

Commit

Permalink
refactor: 🎨 linted index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
adevinwild committed Feb 14, 2023
1 parent 27c71ff commit 97690f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function helloWorld(): string {
return "Hello World!";
return 'Hello World!'
}

export { helloWorld };
export { helloWorld }

0 comments on commit 97690f7

Please sign in to comment.