Skip to content

Commit 3a73165

Browse files
committed
chore: ignore conflicting ts error for now
1 parent 308f03f commit 3a73165

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fetch.ts

+1
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ export function createFetch(globalOptions: CreateFetchOptions = {}): $Fetch {
295295

296296
$fetch.raw = $fetchRaw;
297297

298+
// @ts-expect-error TODO: Fix conflicting types with undici
298299
$fetch.native = (...args) => fetch(...args);
299300

300301
$fetch.create = (defaultOptions = {}) =>

0 commit comments

Comments
 (0)