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.29.0/mod.ts";

Creates an async union schema.

Parameters

options: TOptions

The union options.

optional
pipe: PipeAsync<Input<TOptions[number]>>

A validation and transformation pipe.

Returns

An async union schema.

Creates an async union schema.

Parameters

options: TOptions

The union options.

optional
message: ErrorMessage

The error message.

optional
pipe: PipeAsync<Input<TOptions[number]>>

A validation and transformation pipe.

Returns

An async union schema.