function sum(a = 1, b = 1) { return a + b } module.exports = sum