Skip to main content
Module

x/valibot/mod.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.1/mod.ts";

Creates an async any schema.

Parameters

optional
pipe: PipeAsync<any> = [UNSUPPORTED]

A validation and transformation pipe.

Returns

AnySchemaAsync

An async any schema.