Skip to main content
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@v3.0.0-rc.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; }