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

x/valibot/src/index.ts>actionIssue

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

Returns the pipeline result object with issues.

Parameters

The action context.

reference: Function

The action reference.

input: unknown

The raw input data.

label: string

The issue label.

optional
received: string

The received input.

Returns

The pipeline result object.