Skip to main content
Module

x/live/mod.ts>Route

Deno Compose is a modern web framework and visual editor for high-performance sites.
Very Popular
Go to Latest
interface Route
Re-export
import { type Route } from "https://deno.land/x/live@1.45.10/mod.ts";

Properties

pathTemplate: string
optional
isHref: boolean
handler: { value: Resolvable<Handler>; }
optional
highPriority: boolean