Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/shed/index.ts>CookieSessionContext

All Worker Tools under a single roof
Latest
interface CookieSessionContext
implements SessionContext<S>
import { type CookieSessionContext } from "https://deno.land/x/shed@v0.1.0-pre.10/index.ts";

Type Parameters

optional
S extends Rec = Rec

Properties

cookieSession: S