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