Skip to main content
Module

x/float16/index.d.ts>isTypedArray

Stage 3 IEEE 754 half-precision floating-point ponyfill
Go to Latest
function isTypedArray
import { isTypedArray } from "https://deno.land/x/float16@v3.8.2/index.d.ts";

Returns true if the value is a type of TypedArray instance that contains Float16Array.

Parameters

value: unknown

Returns

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