Skip to main content
Module

x/hono/types.ts>ExtractInput

Web Framework built on Web Standards
Extremely Popular
Go to Latest
type alias ExtractInput
import { type ExtractInput } from "https://deno.land/x/hono@v4.3.2/types.ts";

Type Parameters

I extends Input | Input["in"]
definition: I extends Input ? unknown extends I["in"] ? { } : I["in"] : I