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@v5.0.1/mod.ts";
definition: { fetch?: fetch; cookieJar?: CookieJar; }