We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a57459a + 0d2ff6c commit ec0c6afCopy full SHA for ec0c6af
dev-packages/type-check/ts3.8-test/index.ts
@@ -3,6 +3,8 @@ declare global {
3
interface IDBObjectStore {}
4
interface Window {
5
fetch: any;
6
+ setTimeout: any;
7
+ document: any;
8
}
9
interface ShadowRoot {}
10
interface BufferSource {}
@@ -19,6 +21,7 @@ declare global {
19
21
redirectCount: number;
20
22
23
interface PerformanceEntry {}
24
+ interface Performance {}
25
26
import 'react-native';
27
0 commit comments