Lodash.isObjectLike

Checks if value is object-like. A value is object-like if it's not null and has a typeof result of "object".

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

Return Value

Type: auto ref

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

Meta