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

x/hono/validator/validator.ts>ValidateResult

Ultrafast web framework for Cloudflare Workers, Deno, Bun, and Node.js. Fast, but not only fast.
Extremely Popular
Go to Latest
type alias ValidateResult
import { type ValidateResult } from "https://deno.land/x/hono@v2.7.5/validator/validator.ts";
definition: { isValid: boolean; message: string | undefined; target: Target | "unknown"; key: string | null; value: Type | null; ruleName: string; ruleType: "type" | "value"; jsonData?: JSONObject; }