Skip to main content
Module

x/jito/routing.d.ts>Middleware

Web component tools with Data Binding, Template Engine and Virtual Dom for ESM.
Go to Latest
type alias Middleware
import { type Middleware } from "https://deno.land/x/jito@1.4.0/routing.d.ts";
definition: (context: MiddlewareContext) => void | boolean | Promise<void | boolean>