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

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

Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast.
Very Popular
Go to Latest
variable validator
import { validator } from "https://deno.land/x/hono@v2.2.0/middleware/validator/index.ts";

type

<T extends Schema>(validationFunction: ValidationFunction<T>, options?: { done?: Done; }) => unknown