Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>customAsync

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

Creates a custom schema.

Parameters

check: CheckAsync

The type check function.

Returns

A custom schema.

Creates a custom schema.

Type Parameters

TInput
optional
TMessage extends ErrorMessage<CustomIssue> | undefined = ErrorMessage<CustomIssue> | undefined

Parameters

check: CheckAsync

The type check function.

message: TMessage

The error message.