Skip to main content
Module

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

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function empty
import { empty } from "https://deno.land/x/valibot@v0.36.0/src/actions/index.ts";

Creates an empty validation action.

Returns

EmptyAction<TInput, undefined>

An empty action.

Creates an empty validation action.

Type Parameters

TInput extends LengthInput
TMessage extends ErrorMessage<EmptyIssue<TInput>> | undefined

Parameters

message: TMessage

The error message.