Skip to content

Commit

Permalink
fix check type (#4587)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman authored Feb 25, 2025
1 parent bd64169 commit 39a81c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-packages/type-check/ts3.8-test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ declare global {
interface IDBObjectStore {}
interface Window {
fetch: any;
setTimeout: any;
document: any;
}
interface ShadowRoot {}
interface BufferSource {}
Expand All @@ -19,6 +21,7 @@ declare global {
redirectCount: number;
}
interface PerformanceEntry {}
interface Performance {}
}
import 'react-native';

Expand Down

0 comments on commit 39a81c7

Please sign in to comment.