Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/schemas/union/utils/index.ts>subissues

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function subissues
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.