UNPKG

@visulima/inspector

Version:

Inspect utility for Node.js and Browsers.

5 lines (4 loc) 282 B
import type { InspectType } from "../types.d.ts"; type TypedArray = Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array; declare const inspectTypedArray: InspectType<TypedArray>; export = inspectTypedArray;