indirect-export-without-default.mjs 239 B

123
  1. // Since 'default-and-star-export-indirect.mjs' only contains an all-but-default re export of
  2. // 'default-and-star-export.mjs' it should not have a default value.
  3. import defaultExportIndirect from "./default-and-star-export-indirect.mjs";