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

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

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

Creates a min words validation action.

Type Parameters

TInput extends string
TLocales extends Intl.LocalesArgument
TRequirement extends number

Parameters

locales: TLocales

The locales to be used.

requirement: TRequirement

The minimum words.

Returns

A min words action.

Creates a min words validation action.

Type Parameters

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

Parameters

locales: TLocales

The locales to be used.

requirement: TRequirement

The minimum words.

message: TMessage

The error message.