Skip to main content
Module

x/valibot/mod.ts>instanceAsync

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

Creates an async instance schema.

Type Parameters

TClass extends Class

Parameters

of: TClass

The class of the instance.

optional
pipe: PipeAsync<InstanceType<TClass>>

A validation and transformation pipe.

Returns

An async instance schema.

Creates an async instance schema.

Type Parameters

TClass extends Class

Parameters

of: TClass

The class of the instance.

optional
error: ErrorMessage

The error message.

optional
pipe: PipeAsync<InstanceType<TClass>>

A validation and transformation pipe.

Returns

An async instance schema.