Skip to main content
Module

x/float16/index.d.ts>isFloat16Array

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

Returns true if the value is a Float16Array instance.

Parameters

value: unknown