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

x/valibot/mod.ts>instance

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

Creates an instance schema.

Type Parameters

TClass extends Class

Parameters

class_: TClass

The class of the instance.

Returns

An instance schema.

Creates an instance schema.

Type Parameters

TClass extends Class
TMessage extends ErrorMessage<InstanceIssue> | undefined

Parameters

class_: TClass

The class of the instance.

message: TMessage

The error message.

Returns

An instance schema.