Skip to main content
Module

std/node/util/types.ts>isTypedArray

Deno standard library
Go to Latest
function isTypedArray
import { isTypedArray } 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