Skip to content

isPlainObject

@tsed/core

Usage

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

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

Overview

ts
function isPlainObject(target: any): boolean;

Description

Checks if a value is a plain object (not a class instance or constructor).

Released under the MIT License.