exports.foo = function(a, b) { return a + b; } module.exports = exports;