Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/helper.ts>deleteCookie

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
variable deleteCookie
import { deleteCookie } from "https://deno.land/x/hono@v3.7.4/helper.ts";

type

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