import { subissues } from "https://deno.land/x/valibot@v0.28.1/src/schemas/union/utils/subissues/index.ts";
Returns the subissues of the union validation.
Parameters
results: SchemaResult<any>[] | undefined
The schema results.
Returns
SchemaIssues | undefined
The subissues.