Skip to main content
Module

x/hono/middleware/cookie/index.ts>setCookie

Ultrafast web framework for the Edges
Very Popular
Go to Latest
variable setCookie
import { setCookie } from "https://deno.land/x/hono@v3.3.0-rc.1/middleware/cookie/index.ts";

type

(
name: string,
value: string,
) => void