Module

x/opine/src/types.ts>CookieWithOptionalValue

Minimalist web framework for Deno ported from ExpressJS.
Latest
type alias CookieWithOptionalValue
import { type CookieWithOptionalValue } from "https://dotland.deno.dev/x/opine@2.3.4/src/types.ts";
definition: Omit<Cookie, "value"> & { value?: Cookie["value"]; }