Skip to main content
Module

x/valibot/mod.ts>pipeResultAsync

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

Executes the async validation and transformation pipe.

Parameters

input: TValue

The input value.

pipe: PipeAsync<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.