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

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

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

Constructors

new
VNumber(options: VOptions)

Properties

isGte: (min: number) => unknown
isLte: (min: number) => unknown