Skip to main content
Module

x/hono/types.ts>ParamKeys

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias ParamKeys
import { type ParamKeys } from "https://deno.land/x/hono@v3.12.5/types.ts";
definition: Path extends `${infer Component}/${infer Rest}` ? ParamKey<Component> | ParamKeys<Rest> : ParamKey<Path>