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.
1 parent f7b846b commit 7c08d9eCopy full SHA for 7c08d9e
src/@types/third-party.d.ts
@@ -24,4 +24,4 @@ declare module '@sentry/types';
24
// They reference `HeadersIterator` and `MapIterator` which are not globally defined.
25
26
type MapIterator<T> = Iterator<T>;
27
-type HeadersIterator<T> = Iterator<T>;
+type HeadersIterator<T> = Iterator<T>;
0 commit comments