mirror of https://github.com/webpack/webpack.git
4 lines
51 B
JavaScript
4 lines
51 B
JavaScript
|
|
export default function createB() {
|
||
|
|
return "b";
|
||
|
|
}
|