Skip to content

Commit

Permalink
feat: new function (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
domengabrovsek committed Aug 25, 2023
1 parent b5c0af9 commit e2da3fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test-function-two.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = testFunction = () => {
console.log('testFunction');
};

0 comments on commit e2da3fc

Please sign in to comment.