Skip to main content
Module

x/valibot/mod.ts>forwardAsync

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

Forwards the issues of the passed validation.

Type Parameters

TInput extends unknown[] | Record<string, unknown>

Parameters

validation: BaseValidationAsync<TInput>

The validation.

pathList: PathList<TInput>

The path list.

Returns

BaseValidationAsync<TInput>

The passed validation.