Skip to main content
Module

x/valibot/mod.ts>instance

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

Creates an instance schema.

Type Parameters

TClass extends Class

Parameters

of: TClass

The class of the instance.

optional
pipe: Pipe<InstanceType<TClass>>

A validation and transformation pipe.

Returns

An instance schema.

Creates an instance schema.

Type Parameters

TClass extends Class

Parameters

of: TClass

The class of the instance.

optional
error: string

The error message.

optional
pipe: Pipe<InstanceType<TClass>>

A validation and transformation pipe.

Returns

An instance schema.