Module

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

Ultrafast web framework for the Edges
Very Popular
Go to Latest
variable setCookie
import { setCookie } from "https://dotland.deno.dev/x/hono@v3.6.0-rc.2/helper/cookie/index.ts";

type

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