webpack/examples/virtual-modules/code.js

5 lines
75 B
JavaScript

const first = "first";
const second = "second";
export { first, second };