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

x/valibot/src/actions/notGraphemes/notGraphemes.ts>notGraphemes

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

Creates a not graphemes validation action.

Type Parameters

TInput extends string
TRequirement extends number

Parameters

requirement: TRequirement

The not required graphemes.

Returns

A not graphemes action.

Creates a not graphemes validation action.

Type Parameters

TInput extends string
TRequirement extends number
TMessage extends ErrorMessage<NotGraphemesIssue<TInput, TRequirement>> | undefined

Parameters

requirement: TRequirement

The not required graphemes.

message: TMessage

The error message.