UNPKG

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