Skip to main content
Module

x/cav/router.ts>ParamRecord

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

Record representing path parameters captured during routing.

definition: Record<string, string>