Sha256: 5b728e621d8419da42ecbf3b63cd913f735aabd05e3fd486ca9a88f2d2efa89a
Contents?: true
Size: 328 Bytes
Versions: 26
Compression:
Stored size: 328 Bytes
Contents
import type { Options } from './types.js'; type TypedArray = Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array; export default function inspectTypedArray(array: TypedArray, options: Options): string; export {}; //# sourceMappingURL=typedarray.d.ts.map
Version data entries
26 entries across 26 versions & 1 rubygems