Skip to main content
Module

x/aleph/framework/core/route.ts>RouteMeta

The Full-stack Framework in Deno.
Go to Latest
type alias RouteMeta
import { type RouteMeta } from "https://deno.land/x/aleph@1.0.0-alpha.37/framework/core/route.ts";
definition: { filename: string; pattern: URLPatternInput; nesting?: boolean; }