Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/examples/chat/deps_iso.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/examples/chat/deps_iso.ts";

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

Index Signatures

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