Skip to main content
Module

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

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