webpack/test/fixtures/b.js

3 lines
55 B
JavaScript

module.exports = function b() {
return "This is b";
};