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.30.0/mod.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.