import { type ExtendedRequestInit } from "https://deno.land/x/fetch_goody@7.0.6/mod.ts";
Fetch's RequestInit
with the extra options
definition: RequestInitDiff & Omit<RequestInit, keyof RequestInitDiff>
x/fetch_goody/mod.ts>ExtendedRequestInit
import { type ExtendedRequestInit } from "https://deno.land/x/fetch_goody@7.0.6/mod.ts";
Fetch's RequestInit
with the extra options