Skip to main content
Module

x/dinar/lib/core/Stateful.ts

deno web framewrok maybe :<
Latest
File
import { Cookie } from "../deps.ts";
export class Stateful<T = any> { cookie?: Cookie; session = {} as T; state: any = {};}