Module

x/hono/helper.ts>deleteCookie

Web Framework built on Web Standards
Extremely Popular
Go to Latest
variable deleteCookie
import { deleteCookie } from "https://dotland.deno.dev/x/hono@v4.2.8/helper.ts";

type

(
c: Context,
name: string,
opt?: CookieOptions,
) => void