scramming my jet rn

Co-authored-by: Percs <Percslol@users.noreply.github.com>
Co-authored-by: rifting <rifting@users.noreply.github.com>
This commit is contained in:
Avad3 2024-07-13 17:56:14 -04:00
parent 1ea21280f8
commit 35782bec7e
6 changed files with 67 additions and 5 deletions

View file

@ -1,3 +1,4 @@
import "./window.ts";
import "./native/eval.ts";
import "./location.ts";
import "./trustedTypes.ts";
@ -12,5 +13,6 @@ import "./worker.ts";
declare global {
interface Window {
__location: Location;
__window: Window;
}
}