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