webpack/test/fixtures/b.js

7 lines
94 B
JavaScript
Raw Normal View History

2012-03-10 20:11:23 +08:00
module.exports = function b() {
return "This is b";
};
// Test CJS top-level return
return;