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
interface ToMinValueTransformation
import { type ToMinValueTransformation } from "https://deno.land/x/valibot@v0.30.0/mod.ts";

To min value transformation type.

Type Parameters

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

Properties

type: "to_min_value"

The transformation type.

requirement: TRequirement

The minium value.