Lodash.isArrayLikeObject

This method is like _.isArrayLike except that it also checks if value is an object.

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

Return Value

Type: auto ref

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

Meta