Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/src/utils/executePipe/executePipeAsync.ts>executePipeAsync

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function executePipeAsync
import { executePipeAsync } from "https://deno.land/x/valibot@v0.13.0/src/utils/executePipe/executePipeAsync.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 validation info.

reason: IssueReason

Returns

The output value.