import { intersectAsync } from "https://deno.land/x/valibot@v0.24.0/src/schemas/intersect/intersectAsync.ts";
Creates an async intersect schema.
Type Parameters
TOptions extends IntersectOptionsAsync
Parameters
options: TOptions
The intersect options.
optional
message: ErrorMessage = [UNSUPPORTED]The error message.
Returns
An async intersect schema.