Skip to main content
Module

x/valibot/mod.ts>getIssues

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function getIssues
Re-export
import { getIssues } from "https://deno.land/x/valibot@v0.18.0/mod.ts";

Returns the result object with issues.

Parameters

issues: TIssues

The issues.

Returns

{ issues: TIssues; }

The result object.