import a from './a'; import b from './b'; export * from './c'; export { d } from './d'; console.log(a, b);