mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-08 09:11:01 +00:00
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
|
|
import * as ns1 from "./default-and-star-export.mjs";
|
||
|
|
import * as ns2 from "./default-and-star-export.mjs";
|
||
|
|
|
||
|
|
export const passed = ns1 === ns2;
|