isPlainObject
@tsed/core
Usage
typescript
import { isPlainObject } from "@tsed/core";
See /packages/core/src/types/utils/objects/isPlainObject.ts.
Overview
ts
function isPlainObject(target: any): boolean;