Skip to main content
Module

x/valibot/mod.ts>ToMinValueTransformation

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

To min value transformation type.

Type Parameters

TInput extends
| string
| number
| bigint
| Date
TRequirement extends TInput
definition: BaseTransformation<TInput> & { type: "to_min_value"; requirement: TRequirement; }