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.29.0/mod.ts";

Forwards the issues of the passed validation action.

Type Parameters

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

Parameters

The validation.

pathList: PathList<TInput>

The path list.

Returns

The passed validation.