mirror of https://github.com/webpack/webpack.git
5 lines
50 B
JavaScript
5 lines
50 B
JavaScript
|
// module b
|
||
|
export function a() {
|
||
|
return "b";
|
||
|
};
|