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

Creates a union schema.

Type Parameters

TOptions extends UnionOptions

Parameters

options: TOptions

The union options.

optional
message: ErrorMessage = [UNSUPPORTED]

The error message.

Returns

UnionSchema<TOptions>

A union schema.