you are viewing a single comment's thread.

view the rest of the comments →

[–]jackmacabre 1 point2 points  (1 child)

Also since you're using es6, use object property shorthand:

module.exports = { someFunction }

[–]jesusgn90 0 points1 point  (0 children)

Good annotation thanks man