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

x/deno_class_validator/src/decorator/typechecker/IsObject.ts

Decorator-based property validation for classes.
Latest
import * as denoClassValidator from "https://deno.land/x/deno_class_validator@v1.0.0/src/decorator/typechecker/IsObject.ts";

Functions

Checks if the value is valid Object. Returns false if the value is not an object.

Checks if the value is valid Object. Returns false if the value is not an object.