Files
ladybird/Libraries/LibJS/Tests/modules/default-and-star-export-indirect-string.mjs
2024-11-10 12:50:45 +01:00

3 lines
131 B
JavaScript

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