Skip to content

Commit

Permalink
chore: ignore conflicting ts error for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 26, 2023
1 parent 308f03f commit 3a73165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ export function createFetch(globalOptions: CreateFetchOptions = {}): $Fetch {

$fetch.raw = $fetchRaw;

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

$fetch.create = (defaultOptions = {}) =>
Expand Down

0 comments on commit 3a73165

Please sign in to comment.