Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/middleware/validator/validator.ts>ValidateResult

Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast.
Very Popular
Go to Latest
type alias ValidateResult
import { type ValidateResult } from "https://deno.land/x/hono@v2.2.0/middleware/validator/validator.ts";
definition: { isValid: boolean; message: string | undefined; target: Target; key: string; value: Type; }