webpack/examples/scope-hoisting/node_modules/shared.js

4 lines
62 B
JavaScript

// shared module
export var x = "x";
export * from "shared2";