Checks if a given value is ArrayBuffer
.
This function can also serve as a type predicate in TypeScript, narrowing the type of the argument to ArrayBuffer
.
The value to check if it is a ArrayBuffer
.
Returns true
if value
is a ArrayBuffer
, else false
.
Alias