Skip to main content
Module

x/danet/mod.ts>ExecutionContext

The most mature backend framework for Deno
Go to Latest
type alias ExecutionContext
Re-export
import { type ExecutionContext } from "https://deno.land/x/danet@2.0.3-alpha/mod.ts";
definition: HttpContext & { _id: string; getHandler: () => Function; getClass: () => Constructor; }