Skip to main content
Module

x/fastro/mod.ts>RouteNest

Fast and simple web application framework for deno
Go to Latest
type alias RouteNest
import { type RouteNest } from "https://deno.land/x/fastro@v0.74.8/mod.ts";
definition: { handler: HandlerArgument; method?: string; pathname?: string; params?: Record<string, string | undefined>; query?: Record<string, string>; match?: URLPatternResult; element?: Component; handlers?: Array<MiddlewareArgument>; }