Skip to main content
Module

x/dactyl/types.ts

Web framework for Deno, built on top of Oak 🦇
Latest
import * as dactyl from "https://deno.land/x/dactyl@v0.1.0-alpha/types.ts";

Enums

All parameter decorator types. When a route argument is declared using a parameter decorator, the correct ArgsType is assigned so that at runtime Router can determine where to retreive the data from

Interfaces

Root config for the Application class.

Metadata shape describing a controller and its subsidiary routes. Includes all data in addtion to routes like controller action args, response codes

Definition for a class.

Definition for a parameter decorator on a controller action.

Route definition metadata, as mapped to a controller action. Consumed in ControllerMetadata to build routes that oak understands