foo.js 77 Bytes Raw Blame History Permalink 1 2 3 4 5 var bar = require('./bar'); module.exports = function() { return bar(); }