Skip to main content
Module

x/valibot/mod.ts>intersection

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

Creates an intersection schema.

Type Parameters

TIntersectionOptions extends IntersectionOptions

Parameters

intersection: TIntersectionOptions

The intersection schema.

optional
error: string

The error message.