Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/valibot/src/schemas/any/anyAsync.ts>anyAsync

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

Creates an async any schema.

Parameters

optional
pipe: PipeAsync<any> = [UNSUPPORTED]

A validation and transformation pipe.

Returns

An async any schema.