1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
ladybird/Libraries/LibJS/Tests/modules/default-and-star-export-indirect.mjs

2 lines
118 B
JavaScript

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