Skip to content

Commit c3744b9

Browse files
committed
feat(src): otherTest function
1 parent 976026d commit c3744b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
const test = (str = "", object = {}) => console.log(`Log: ${str}`, object);
2+
const otherTest = (num = 0) => num + 10;
23

34
export default test;
5+
6+
export {
7+
otherTest
8+
};

0 commit comments

Comments
 (0)