We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e4354 commit 7177e7bCopy full SHA for 7177e7b
cli/tests/types.out
@@ -10,5 +10,5 @@ declare interface Window {
10
Deno: typeof Deno;
11
}
12
13
-declare const window: Window;
+declare const window: Window & typeof globalThis;
14
[WILDCARD]
0 commit comments