Skip to main content
Module

x/fresh_session/mod.ts>WithSession

Dead simple cookie-based session for Deno Fresh.
Latest
type alias WithSession
import { type WithSession } from "https://deno.land/x/fresh_session@beta-0.3.1/mod.ts";

Type Parameters

T extends string
F extends string
definition: { session: Session<T, F>; }