Skip to main content
Module

x/valibot/mod.ts>AnySchemaAsync

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface AnySchemaAsync
implements BaseSchemaAsync<any, TOutput>
import { type AnySchemaAsync } from "https://deno.land/x/valibot@v0.30.0/mod.ts";

Any schema type.

Type Parameters

optional
TOutput = any

Properties

type: "any"

The schema type.

pipe: PipeAsync<any> | undefined

The validation and transformation pipeline.