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

x/valibot/mod.ts>any

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

Creates an any schema.

Hint: This schema function exists only for completeness and is not recommended in practice. Instead, unknown should be used to accept unknown data.

Returns

An any schema.