UNPKG

93 BJavaScriptView Raw
1var bar = require('./bar');
2
3module.exports = function (n) {
4 return n * 111 + bar(n);
5};