const fooBar = require('./foo-bar') const foo = require('./foo') module.exports = { fooBar, foo }