webpack/examples/harmony-interop/harmony.js

4 lines
75 B
JavaScript

// just some exports
export default "default";
export var named = "named";