foo.js 93 B

12345
  1. var é = require('./bar');
  2. module.exports = function (ñ) {
  3. return ñ * 111 + é(n);
  4. };