We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965be5e commit f19c583Copy full SHA for f19c583
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