Lodash.isArray

Checks if value is classified as an Array object.

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

Return Value

Type: auto ref

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

Meta