Lodash.isObject

Checks if value is the language type of Object. (e.g. arrays, functions, objects, regexes, new Number(0), and new String(''))

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

Return Value

Type: auto ref

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

Meta