Module

x/aleph/server/types.ts>RouteModule

The Full-stack Framework in Deno.
Go to Latest
type alias RouteModule
import { type RouteModule } from "https://dotland.deno.dev/x/aleph@1.0.0-beta.15/server/types.ts";
definition: { url: URL; params: Record<string, string>; filename: string; exports: Record<string, unknown>; withData?: boolean; data?: unknown; dataCacheTtl?: number; }
import RouteModule
import { RouteModule } from "https://dotland.deno.dev/x/aleph@1.0.0-beta.15/server/types.ts";