Skip to main content
Module

x/cav/mod.ts>QueryRecord

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

Record representing query string parameters.

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