mirror of https://github.com/webpack/webpack.git
4 lines
126 B
JavaScript
4 lines
126 B
JavaScript
|
export function a() { console.log("a"); }
|
||
|
export function b() { console.log("b"); }
|
||
|
export function c() { console.log("c"); }
|