Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/src/actions/toMaxValue/index.ts>ToMaxValueAction

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
interface ToMaxValueAction
implements BaseTransformation<TInput, TInput, never>
import { type ToMaxValueAction } from "https://deno.land/x/valibot@v0.35.0/src/actions/toMaxValue/index.ts";

To max value action type.

Type Parameters

TInput extends ValueInput
TRequirement extends TInput

Properties

readonly
type: "to_max_value"

The action type.

readonly
reference: toMaxValue

The action reference.

readonly
requirement: TRequirement

The maximum value.