Check if an object is an array or a typed array
npm install an-arrayCheck if an object is an array or a typed array.

Returns true if the object is one of the following:
* Float32Array
* Float64Array
* Uint8ClampedArray
* Uint8Array
* Uint16Array
* Uint32Array
* Int8Array
* Int16Array
* Int32Array
* Array
Otherwise, will return false.
MIT. See LICENSE.md for details.