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