mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +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;
|