Skip to main content
Module

x/hono/mod.ts>Input

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
type alias Input
import { type Input } from "https://deno.land/x/hono@v3.5.5/mod.ts";
definition: { in?: Partial<ValidationTargets>; out?: Partial<[K in keyof ValidationTargets]: unknown>; }