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

x/valibot/src/index.ts>ToMinValueAction

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

To min value action type.

Type Parameters

TInput extends ValueInput
TRequirement extends TInput

Properties

readonly
type: "to_min_value"

The action type.

readonly
reference: toMinValue

The action reference.

readonly
requirement: TRequirement

The minimum value.