Sha256: 613b21ccdf3be6329d56e6caa13b258c842edf8377be7bc9f014ed14cdcfc308
Contents?: true
Size: 457 Bytes
Versions: 29
Compression:
Stored size: 457 Bytes
Contents
export {}; // Make this a module declare global { namespace NodeJS { type TypedArray = | Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | BigUint64Array | BigInt64Array | Float32Array | Float64Array; type ArrayBufferView = TypedArray | DataView; } }
Version data entries
29 entries across 29 versions & 2 rubygems