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 2ed739d commit 02c2448Copy full SHA for 02c2448
packages/core/src/utils-hoist/instrument/fetch.ts
@@ -1,7 +1,6 @@
1
/* eslint-disable @typescript-eslint/no-explicit-any */
2
import type { HandlerDataFetch, WebFetchResponse, WebReadableStreamDefaultReader } from '../../types-hoist';
3
4
-
5
import { isError } from '../is';
6
import { addNonEnumerableProperty, fill } from '../object';
7
import { supportsNativeFetch } from '../supports';
0 commit comments