function intersectimport { intersect } from "https://deno.land/x/valibot@v0.24.0/src/schemas/intersect/intersect.ts"; intersect<TOptions extends IntersectOptions>(options: TOptions, message?: ErrorMessage): IntersectSchema<TOptions>Creates an intersect schema. Type ParametersTOptions extends IntersectOptionsParametersoptions: TOptionsThe intersect options. optionalmessage: ErrorMessage = [UNSUPPORTED]The error message. ReturnsIntersectSchema<TOptions>An intersect schema.