webpack/examples/module-library/example.js

3 lines
54 B
JavaScript

export * from "./counter";
export * from "./methods";