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

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

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

Creates an async intersect schema.

Parameters

options: TOptions

The intersect options.

A validation and transformation pipe.

Returns

An async intersect schema.

Creates an async intersect schema.

Parameters

options: TOptions

The intersect options.

optional
message: ErrorMessage

The error message.

A validation and transformation pipe.

Returns

An async intersect schema.