Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>intersectAsync

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

Creates an intersect schema.

Parameters

options: TOptions

The intersect options.

Returns

An intersect schema.

Creates an intersect schema.

Type Parameters

TOptions extends IntersectOptionsAsync
TMessage extends ErrorMessage<IntersectIssue> | undefined

Parameters

options: TOptions

The intersect options.

message: TMessage

The error message.