mirror of https://github.com/webpack/webpack.git
4 lines
102 B
JavaScript
4 lines
102 B
JavaScript
|
export { reset as resetCounter } from "./counter";
|
||
|
|
||
|
export const print = value => console.log(value);
|