summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests/modules/default-and-star-export-indirect-string.mjs
blob: 4ab65c68ac17517ce3d093b6d9d94c1d7dd6ce25 (plain)
1
2
// This is an all export and should thus provide the full namespace.
export * as "viaString" from "./default-and-star-export.mjs";