import { CookieJar } from "https://deno.land/x/another_cookiejar@v2.2.1/CookieJar.ts";
Removes all cookies that matches the given option. If options is not given, all cookies will be deleted.
Returns the deleted cookies if found or undefined otherwise.
Parameters
optional
options: CookieOptions | Cookie