Skip to main content
Module

x/valibot/mod.ts>customAsync

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

Creates a async custom validation function.

Parameters

requirement: (input: TInput) => Promise<boolean>

The async validation function.

optional
error: string

The error message.