Skip to main content
Module

x/float16/inspect.ts>customInspect

Stage 1 IEEE 754 half-precision floating-point for JavaScript
Go to Latest
function customInspect
import { customInspect } from "https://deno.land/x/float16@v3.7.0/inspect.ts";

Examples

Example 1

// 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