Skip to main content
Module

x/aleph/framework/core/router.ts>RouteModule

The Full-stack Framework in Deno.
Very Popular
Latest
type alias RouteModule
import { type RouteModule } from "https://deno.land/x/aleph@1.0.0-beta.44/framework/core/router.ts";
definition: { url: URL; params: Record<string, string>; filename: string; exports: Record<string, unknown>; withData?: boolean; data?: unknown; dataCacheTtl?: number; }