mirror of https://github.com/webpack/webpack.git
5 lines
75 B
JavaScript
5 lines
75 B
JavaScript
|
const first = "first";
|
||
|
const second = "second";
|
||
|
|
||
|
export { first, second };
|