Skip to main content
Module

x/valibot/mod.ts>maxValue

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function maxValue
import { maxValue } from "https://deno.land/x/valibot@v0.26.0/mod.ts";

Creates a pipeline validation action that validates the value of a string, number or date.

Type Parameters

TInput extends
| string
| number
| bigint
| boolean
| Date
TRequirement extends TInput

Parameters

requirement: TRequirement

The maximum value.

optional
message: ErrorMessage = [UNSUPPORTED]

The error message.