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

x/valibot/mod.ts>unionAsync

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

Creates an union schema.

Parameters

options: TOptions

The union options.

Returns

An union schema.

Creates an union schema.

Type Parameters

TOptions extends UnionOptionsAsync
TMessage extends ErrorMessage<UnionIssue<InferIssue<TOptions[number]>>> | undefined

Parameters

options: TOptions

The union options.

message: TMessage

The error message.