Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/schemas/index.ts>AnySchemaAsync

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

Any schema type.

Type Parameters

optional
TOutput = any
definition: BaseSchemaAsync<any, TOutput> & { type: "any"; pipe: PipeAsync<any> | undefined; }