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

x/cav/mod.ts>QueryParser

A server framework for Deno
Go to Latest
type alias QueryParser
import { type QueryParser } from "https://deno.land/x/cav@0.0.8/mod.ts";
definition: Parser<Record<string, string | string[]> | undefined>