Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Mandarine.Global.getMiddleware

import { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts"; 

const { getMiddleware } = Mandarine.Global;

Get the list of registered middlewares Middleware are added to the global environment in order to not request the DI container every time there is an HTTP Request

function getMiddleware(): Array<ComponentComponent & Components.MiddlewareComponent>;