define(['module', 'exports'], function(mod, exp) { var m = mod; var e = exp; e.foo = {}; m.exports = { foo: "hi" }; });