Skip to main content
Module

x/valibot/mod.ts>pipeResult

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

Executes the validation and transformation pipe.

Parameters

input: TValue

The input value.

pipe: Pipe<TValue> | undefined

The pipe to be executed.

parseInfo: ParseInfo | undefined

The parse info.

reason: IssueReason

The issue reason.

optional
issues: Issues

The issues if any.

Returns

The output value.