default-and-star-export-indirect.mjs 118 B

12
  1. // This is an all-but-default export and should thus only provide '*'.
  2. export * from "./default-and-star-export.mjs";