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

x/hono/utils/cookie.ts>CookieConstraint

Fast, Lightweight, Web-standards
Very Popular
Go to Latest
type alias CookieConstraint
import { type CookieConstraint } from "https://deno.land/x/hono@v4.1.4/utils/cookie.ts";
definition: Name extends `__Secure-${string}` ? CookieOptions & SecureCookieConstraint : Name extends `__Host-${string}` ? CookieOptions & HostCookieConstraint : CookieOptions