Skip to main content
Module

x/aleph/server/context.ts>ContextInit

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias ContextInit
import { type ContextInit } from "https://deno.land/x/aleph@1.0.0-beta.43/server/context.ts";
definition: { req: Request; connInfo: ConnInfo; sessionOptions?: SessionOptions; }