Lodash.isTypedArray

Checks if value is classified as a typed array.

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

Return Value

Type: auto ref

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

Meta