Checks if value is classified as a typed array.
value
1.0.0
isTypedArray(new Uint8Array);// => true Copy
isTypedArray(new Uint8Array);// => true
isTypedArray([]);// => false Copy
isTypedArray([]);// => false
Checks if
value
is classified as a typed array.