webpack/examples/module-library/example.js

3 lines
54 B
JavaScript
Raw Normal View History

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