Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CookieStoreDeleteOptions

import type { CookieStoreDeleteOptions } from "https://raw.githubusercontent.com/worker-tools/signed-cookie-store/master/index.ts";
interface CookieStoreDeleteOptions {
domain?: string | null;
name: string;
path?: string;
}

§Properties

§
domain?: string | null
[src]
§
name: string
[src]
§
path?: string
[src]