ArrayBuffer.isView
The ArrayBuffer.isView() method determines whether the
passed value is one of the ArrayBuffer views,
such as typed array objects
or a DataView.
Syntax
ArrayBuffer.isView(value)
Parameters
value- : The value to be checked.
Return value
true if the given argument is one of the ArrayBuffer views;
otherwise, false.