webpack/test/fixtures/b.js

7 lines
94 B
JavaScript

module.exports = function b() {
return "This is b";
};
// Test CJS top-level return
return;