Skip to main content
Module

x/microraptor/lib/types.ts>Route

A deno lightweight middleware for easy REST development.
Latest
type alias Route
import { type Route } from "https://deno.land/x/microraptor@0.0.1/lib/types.ts";
definition: { readonly method: Method; readonly path: string; readonly validation: Array<Validator>; readonly controller: Controller; }