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

Creates a union schema.

Type Parameters

TOptions extends UnionOptions

Parameters

options: TOptions

The union options.

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

A validation and transformation pipe.

Returns

UnionSchema<TOptions>

A union schema.

Creates a union schema.

Type Parameters

TOptions extends UnionOptions

Parameters

options: TOptions

The union options.

optional
message: ErrorMessage

The error message.

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

A validation and transformation pipe.

Returns

UnionSchema<TOptions>

A union schema.