Skip to main content
Module

x/cav/mod.ts>RouterShape

A server framework for Deno
Go to Latest
interface RouterShape
Re-export
import { type RouterShape } from "https://deno.land/x/cav@0.0.21/mod.ts";

Type constraint for the Shape parameter of a RouterRequest. The shape describes the client property accesses that would result in a valid endpoint call.

Index Signatures

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