mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-12 22:10:01 -04:00
6 lines
75 B
JavaScript
6 lines
75 B
JavaScript
function f(g = globalThis, l = location) {
|
|
check(g);
|
|
check(l);
|
|
}
|
|
|
|
f();
|