decodeObj takes a Uint8Array and returns its javascript obj
Parameters
o: ArrayLike<number>
Uint8Array to decode
Returns unknown
object
Deprecated
Use msgpackRawDecode instead. Note that this function uses IntDecoding.MIXED
while msgpackRawDecode defaults to IntDecoding.BIGINT for int decoding, though it is
configurable.
decodeObj takes a Uint8Array and returns its javascript obj