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

x/deno_class_validator/src/index.ts>Min

Decorator-based property validation for classes.
Latest
function Min
import { Min } from "https://deno.land/x/deno_class_validator@v1.0.0/src/index.ts";

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

Parameters

minValue: number
optional
validationOptions: ValidationOptions

Returns

PropertyDecorator