Skip to main content
Module

x/leaves/mod.ts>validator.Min

A Web framework For Deno with Decorator and middleware
Latest
function validator.Min
import { validator } from "https://deno.land/x/leaves@v0.1.5/mod.ts";
const { Min } = validator;

Checks if the first number is greater than or equal to the second.

Parameters

minValue: number
optional
validationOptions: ValidationOptions

Returns

PropertyDecorator