Sha256: 19dd3792b3f0da59812e74a4f4daf62175e32e47967a20bb7bff31d64147de18
Contents?: true
Size: 284 Bytes
Versions: 23
Compression:
Stored size: 284 Bytes
Contents
type TypedArray = | Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array; declare function typedArrayBuffer(x: TypedArray): ArrayBuffer; export = typedArrayBuffer;
Version data entries
23 entries across 23 versions & 1 rubygems