Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.9.0/src/utils/executePipe/executePipeAsync.ts";

Executes the async validation and transformation pipe.

Parameters

input: TValue

The input value.

The pipe to be executed.

The validation info.

Returns

Promise<TValue>

The output value.