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