Skip to main content
Module

x/another_cookiejar/mod.ts>WrapFetchOptions

https://deno.land/x/another_cookiejar
Go to Latest
type alias WrapFetchOptions
import { type WrapFetchOptions } from "https://deno.land/x/another_cookiejar@v4.1.4/mod.ts";
definition: { fetch?: fetch; cookieJar?: CookieJar; }