Skip to main content
Module

x/valibot/mod.ts>union

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

Creates a union schema.

Parameters

options: TOptions

The union options.

optional
pipe: Pipe<Output<TOptions[number]>>

A validation and transformation pipe.

Returns

A union schema.

Creates a union schema.

Parameters

options: TOptions

The union options.

optional
message: ErrorMessage

The error message.

optional
pipe: Pipe<Output<TOptions[number]>>

A validation and transformation pipe.

Returns

A union schema.