Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/types.ts>InputToDataByTarget

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
type alias InputToDataByTarget
import { type InputToDataByTarget } from "https://deno.land/x/hono@v3.9.2/types.ts";

Type Parameters

T extends Input["out"]
Target extends keyof ValidationTargets
definition: T extends [K in Target]: infer R ? R : never