default-and-star-export-indirect-string.mjs 131 B

12
  1. // This is an all export and should thus provide the full namespace.
  2. export * as "viaString" from "./default-and-star-export.mjs";