mirror of https://github.com/webpack/webpack.git
4 lines
57 B
JavaScript
4 lines
57 B
JavaScript
|
export * from "c";
|
||
|
import * as d from "d";
|
||
|
export { d };
|