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