Skip to main content
Module

x/valibot/mod.ts>schemaIssue

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

Returns the schema result object with issues.

Parameters

context: SchemaContext

The schema context.

reference: Function

The schema reference.

input: unknown

The raw input data.

config: SchemaConfig | undefined

The parse configuration.

optional
other: OtherInfo

The other info.

Returns

The schema result object.