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

CookieSameSite

import type { CookieSameSite } from "https://raw.githubusercontent.com/worker-tools/signed-cookie-store/master/index.ts";
type CookieSameSite = "strict" | "lax" | "none";

§Type

§
"strict" | "lax" | "none"
[src]