var bar = require('./bar'); var Foo = module.exports = function () { this.bar(); this.barModule(); }; Foo.prototype.bar = function () {}; Foo.prototype.barModule = bar; // setting here as barModule