UNPKG

67 BJavaScriptView Raw
1var b = require('./b');
2t.equal(b, 'foo');
3module.exports = 'bar';