Skip to main content
Module

x/cav/mod.ts>RouterShape

Experimental server framework for Deno
Go to Latest
interface RouterShape
import { type RouterShape } from "https://deno.land/x/cav@0.3.1/mod.ts";

The shape of a router, mapping route path to its corresponding handler.

Index Signatures

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