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

x/valibot/src/index.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.30.0/src/index.ts";

Executes the async validation and transformation pipe.

Parameters

context: SchemaContext<TValue>

The schema context.

input: TValue

The input value.

config: SchemaConfig | undefined

The parse configuration.

optional
issues: SchemaIssues

The issues if any.

Returns

The pipe result.