Skip to main content
Module

x/valibot/src/utils/index.ts>_addIssue

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
function _addIssue
import { _addIssue } from "https://deno.land/x/valibot@v0.2.0-to-json-schema/src/utils/index.ts";

Adds an issue to the dataset.

Type Parameters

TContext extends Context

Parameters

context: TContext

The issue context.

label: string

The issue label.

dataset: Dataset<unknown, BaseIssue<unknown>>

The input dataset.

The configuration.

optional
other: Other<TContext>

The optional props.