mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-08 05:27:14 +09:00
6 lines
125 B
JavaScript
6 lines
125 B
JavaScript
export default "defaultValue";
|
|
|
|
const star = "starExportValue";
|
|
const empty = "empty";
|
|
|
|
export { star as "*", empty as "" };
|