Lodash.isPlainObject

Checks if value is a plain object, that is, an object created by the Object constructor or one with a [Prototype] of null.

struct Lodash
nothrow @trusted @safe ref
isPlainObject
()
()

Return Value

Type: auto ref

- Lodash chained on (boolean): true if value is a plain object, else false.

Meta