import { intersectionAsync } from "https://deno.land/x/valibot@v0.19.0/src/schemas/index.ts";
Creates an async intersection schema.
Type Parameters
TIntersectionOptions extends IntersectionOptionsAsync
Parameters
intersection: TIntersectionOptions
The intersection schema.
Returns
An async intersection schema.