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