Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.40/framework/core/route.ts";
definition: { filename: string; pattern: URLPatternInput; nesting?: boolean; }