Module

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

The Full-stack Framework in Deno.
Go to Latest
type alias RouteModule
import { type RouteModule } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.2/framework/core/routing.ts";
definition: { readonly url: string; readonly hash: string; readonly asyncDeps?: DependencyDescriptor[]; }