Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/actions/minWords/minWords.ts>MinWordsAction

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
interface MinWordsAction
import { type MinWordsAction } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/actions/minWords/minWords.ts";

Min words action type.

Type Parameters

TInput extends string
TLocales extends Intl.LocalesArgument
TRequirement extends number
TMessage extends ErrorMessage<MinWordsIssue<TInput, TRequirement>> | undefined

Properties

readonly
type: "min_words"

The action type.

readonly
reference: minWords

The action reference.

readonly
expects: `>=${TRequirement}`

The expected property.

readonly
locales: TLocales

The locales to be used.

readonly
requirement: TRequirement

The minimum words.

readonly
message: TMessage

The error message.