Skip to main content
Module

x/valibot/mod.ts>InstanceSchemaAsync

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

Instance schema type.

Type Parameters

TClass extends Class
optional
TOutput = InstanceType<TClass>
definition: BaseSchemaAsync<InstanceType<TClass>, TOutput> & { schema: "instance"; class: TClass; }