Skip to main content
Module

x/aleph/server/types.ts>Router

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias Router
import { type Router } from "https://deno.land/x/aleph@1.0.0-beta.21/server/types.ts";
definition: { appDir?: string; prefix: string; routes: Route[]; _404?: Route; _app?: Route; }