module.exports = { foo: function () { return "foo"; }, bar: function () { return "bar"; } }; var moot = function () { }