foo.js 149 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 console.log('foo line 1'); var bar = require('./wunder/bar'); module.exports = function foo() { console.log('hello from foo line 5'); bar(); };