Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>forwardAsync

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

Forwards the issues of the passed validation action.

Type Parameters

TInput extends Record<string, unknown> | ArrayLike<unknown>
TIssue extends BaseIssue<unknown>

Parameters

The validation action.

pathKeys: PathKeys<TInput>

The path keys.