bar.js 86 Bytes Raw Blame History Permalink 1 2 3 var foo = require('./foo.js'); module.exports = function (n) { return foo.p(n, 1) };