Skip to main content
Module

x/float16/inspect.ts>customInspect

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

Custom inspect function for Deno

// deno-lint-ignore no-explicit-any
(Float16Array.prototype as any)[Symbol.for("Deno.customInspect")] = customInspect;

Parameters

inspect: Deno.inspect
optional
options: Deno.InspectOptions | undefined

Returns

string