Skip to main content
Module

x/aleph/server/types.ts>Session

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface Session
import { type Session } from "https://deno.land/x/aleph@1.0.0-beta.1/server/types.ts";

Properties

store: T | undefined

Methods

update(store: T | ((store: T | undefined) => T)): Promise<string>
end(): Promise<string>