Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias ParsedParamValues
import { type ParsedParamValues } from "https://deno.land/x/allo_routing@v2.2.3/types/ParsedParamValues.ts";
definition: Map<string, { readonly order: number; readonly value: string | null; readonly valid: boolean; }>