Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alephjs/framework/core/route.ts>RouteModule

The Full-stack Framework in Deno.
Latest
type alias RouteModule
import { type RouteModule } from "https://deno.land/x/alephjs@1.0.0-alpha.78.1/framework/core/route.ts";
definition: { url: URL; params: Record<string, string>; filename: string; defaultExport?: unknown; withData?: boolean; data?: unknown; dataCacheTtl?: number; }