Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/cav/dom.ts>RouterShape

A server framework for Deno
Go to Latest
interface RouterShape
import { type RouterShape } from "https://deno.land/x/cav@0.2.0-alpha.7/dom.ts";

The shape of a RouterRequest, mapping allowed routes to their handlers.

Index Signatures

[x: string]: (
| Handler[]
| string
| null
)