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

x/deno_class_validator/src/index.ts>IsInstance

Decorator-based property validation for classes.
Latest
function IsInstance
import { IsInstance } from "https://deno.land/x/deno_class_validator@v1.0.0/src/index.ts";

Checks if the value is an instance of the specified object.

Parameters

targetType: new (...args: any[]) => any
optional
validationOptions: ValidationOptions

Returns

PropertyDecorator