Skip to main content
Go to Latest
function isArrayBufferView
import { isArrayBufferView } from "https://deno.land/std@0.176.0/node/util/types.ts";

Parameters

value: unknown

Returns

value is
| BigInt64Array
| BigUint64Array
| Float32Array
| Float64Array
| Int8Array
| Int16Array
| Int32Array
| Uint8Array
| Uint8ClampedArray
| Uint16Array
| Uint32Array