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

x/valibot/src/schemas/unknown/index.ts>unknownAsync

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

Creates an async unknown schema.

Parameters

optional
pipe: PipeAsync<unknown>

A validation and transformation pipe.

Returns

An async unknown schema.