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

CookieStoreGetOptions

import type { CookieStoreGetOptions } from "https://raw.githubusercontent.com/worker-tools/signed-cookie-store/master/index.ts";
interface CookieStoreGetOptions {
name?: string;
url?: string;
}

§Properties

§
name?: string
[src]
§
url?: string
[src]