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

x/valibot/src/schemas/intersect/intersect.ts>intersect

The modular and type safe schema library for validating structural data 🤖
Go to Latest
function intersect
import { intersect } from "https://deno.land/x/valibot@v0.24.0/src/schemas/intersect/intersect.ts";

Creates an intersect schema.

Type Parameters

TOptions extends IntersectOptions

Parameters

options: TOptions

The intersect options.

optional
message: ErrorMessage = [UNSUPPORTED]

The error message.

Returns

IntersectSchema<TOptions>

An intersect schema.