webpack/examples/harmony-unused/library.js

2 lines
111 B
JavaScript

export { a, b, c } from "./abc";
export { add as reexportedAdd, multiply as reexportedMultiply } from "./math";