Skip to content

Commit

Permalink
feat(src): add another test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcanessa committed Jul 10, 2018
1 parent dee4297 commit 4c45638
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
const test = (str = "", obj = {}) => console.log(`Log: ${str}`, object);
const otherTest = (num = 0) => num + 1000;
const lastTest = (arr = []) => arr.slice(0, 1);

export default test;

export {
otherTest
otherTest,
lastTest
};

0 comments on commit 4c45638

Please sign in to comment.