CBORFloat32
Represents a CBOR float32 (major type 7).
Constructor
function constructor(value: Uint8Array): this;
Parameters
- value: Value represented as exactly 4 bytes (big-endian)
Methods
Properties
interface Properties {
	value: Uint8Array;
}
- value