Module

x/hono/types.ts>ParamKeyToRecord

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias ParamKeyToRecord
import { type ParamKeyToRecord } from "https://dotland.deno.dev/x/hono@v4.1.5/types.ts";

Type Parameters

T extends string
definition: T extends `${infer R}?` ? Record<R, string | undefined> : [K in T]: string