Newer
Older
minerva / Userland / Libraries / LibJS / Tests / modules / default-and-star-export-indirect-string.mjs
@minerva minerva on 13 Jul 131 bytes Initial commit
// This is an all export and should thus provide the full namespace.
export * as "viaString" from "./default-and-star-export.mjs";