Middleware
import { Middleware } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";
Decorator
Register a component type Middleware in the DI Container
@Middleware(regexRoute: RegExp) Target: class
const Middleware: (regexRoute?: RegExp) => Function;