Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/index.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.28.1/src/index.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.