function foo() { return 1; } function bar() { return 'bar'; } module.exports = { foo, bar };