Skip to content

isClassObject

@tsed/core

Usage

typescript
import { isClassObject } from "@tsed/core";

See /packages/core/src/utils/isPlainObject.ts.

Overview

ts
function isClassObject(target: any): target is Object;

Description

Checks if a value is the Object constructor.

Released under the MIT License.