webpack/examples/scope-hoisting/node_modules/b.js

5 lines
50 B
JavaScript

// module b
export function a() {
return "b";
};