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

x/cav/mod.ts>GroupsRecord

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

Record representing path groups captured during routing.

definition: Record<string, string | string[]>