Skip to main content
Module

x/valibot/mod.ts>unionAsync

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

Creates an async union schema.

Type Parameters

TOptions extends UnionOptionsAsync

Parameters

options: TOptions

The union options.

optional
message: ErrorMessage = [UNSUPPORTED]

The error message.

Returns

UnionSchemaAsync<TOptions>

An async union schema.