function foobar() { console.log("foobar"); } module.exports = { foobar, };