bar.js 86 B

123
  1. var foo = require('./foo.js');
  2. module.exports = function (n) { return foo.p(n, 1) };