Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/keywork/router/mod.ts>MiddlewareDeclaration

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
type alias MiddlewareDeclaration
Re-export
import { type MiddlewareDeclaration } from "https://deno.land/x/keywork@v6.2.1/router/mod.ts";

Middleware declaration in the convenient shape of Map's constructor parameters.

Type Parameters

optional
PathPatternPrefix extends string = string
definition: readonly [PathPatternPrefix, Fetcher<any>]