mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
7 lines
125 B
JavaScript
7 lines
125 B
JavaScript
export default "defaultValue";
|
|
|
|
const star = "starExportValue";
|
|
const empty = "empty";
|
|
|
|
export { star as "*", empty as "" };
|