Skip to main content
Module

x/danet/mod.ts>ExecutionContext

A Savory web framework for Deno heavily inspired by Nest
Go to Latest
type alias ExecutionContext
Re-export
import { type ExecutionContext } from "https://deno.land/x/danet@1.7.0/mod.ts";
definition: HttpContext & { getHandler: () => Function; getClass: () => Constructor; }