diff --git a/src/fetch.ts b/src/fetch.ts index 7a9aeeb..deb9d40 100644 --- a/src/fetch.ts +++ b/src/fetch.ts @@ -231,7 +231,6 @@ 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 = {}) =>