Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dactyl/example/deps.ts>Context

Web framework for Deno, built on top of Oak 🦇
Latest
function Context
import { Context } from "https://deno.land/x/dactyl@v0.1.0-alpha/example/deps.ts";

Parameter decorator - maps whole context onto controller actions as an argument, e.g.

public controllerAction(@Context() ctx: RouterContext): any { }

Returns

ParameterDecorator