Skip to main content
Module

x/leaves/model.ts>NewRoute

A Web framework For Deno with Decorator and middleware
Latest
interface NewRoute
import { type NewRoute } from "https://deno.land/x/leaves@v0.1.5/model.ts";

Properties

next: Record<string, NewRoute> | null
middleware: Function[]
handler: Function | null
paramsNames: Record<string, string>
optional
transform: any