Skip to main content
Module

x/cav/router.ts>QueryRecord

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

Record representing query string parameters.

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