Interface TypedArrayRegistry

Hierarchy

  • TypedArrayRegistry

Properties

Properties

f32: [Float32ArrayConstructor, Float32Array]
f64: [Float64ArrayConstructor, Float64Array]
i16: [Int16ArrayConstructor, Int16Array]
i32: [Int32ArrayConstructor, Int32Array]
i64: [BigInt64ArrayConstructor, BigInt64Array]
i8: [Int8ArrayConstructor, Int8Array]
u16: [Uint16ArrayConstructor, Uint16Array]
u32: [Uint32ArrayConstructor, Uint32Array]
u64: [BigUint64ArrayConstructor, BigUint64Array]
u8: [Uint8ArrayConstructor, Uint8Array]
uc8: [Uint8ClampedArrayConstructor, Uint8ClampedArray]

Generated using TypeDoc