mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
3 lines
118 B
JavaScript
3 lines
118 B
JavaScript
// This is an all-but-default export and should thus only provide '*'.
|
|
export * from "./default-and-star-export.mjs";
|