Module

x/hono/types.ts>ParamKeys

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
type alias ParamKeys
import { type ParamKeys } from "https://dotland.deno.dev/x/hono@v3.9.0-rc.1/types.ts";
definition: Path extends `${infer Component}/${infer Rest}` ? ParamKey<Component> | ParamKeys<Rest> : ParamKey<Path>