We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41c89f commit 472c4d9Copy full SHA for 472c4d9
src/fetch.ts
@@ -231,7 +231,6 @@ export function createFetch(globalOptions: CreateFetchOptions = {}): $Fetch {
231
232
$fetch.raw = $fetchRaw;
233
234
- // @ts-expect-error TODO: Fix conflicting types with undici
235
$fetch.native = (...args) => fetch(...args);
236
237
$fetch.create = (defaultOptions = {}) =>
0 commit comments