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

x/valibot/src/actions/checkItems/checkItemsAsync.ts>checkItemsAsync

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

Creates a check items validation action.

Parameters

The validation function.

Returns

A check items action.

Creates a check items validation action.

Type Parameters

TInput extends ArrayInput
TMessage extends ErrorMessage<CheckItemsIssue<TInput>> | undefined

Parameters

The validation function.

message: TMessage

The error message.