import { CookieJar } from "https://deno.land/x/another_cookiejar@v2.2.4/CookieJar.ts";
Removes first cookie that matches the given option.
Returns the deleted cookie if found or undefined otherwise.
Parameters
options: CookieOptions | Cookie
import { CookieJar } from "https://deno.land/x/another_cookiejar@v2.2.4/CookieJar.ts";
Removes first cookie that matches the given option.
Returns the deleted cookie if found or undefined otherwise.