Function msgpackRawDecode

  • Decodes msgpack bytes into a plain JavaScript object.

    Parameters

    • buffer: ArrayLike<number>

      The msgpack bytes to decode

    • Optional options: {
          intDecoding: IntDecoding;
      }

      Options for decoding, including int decoding mode. See IntDecoding for more information.

    Returns unknown

    The decoded object

Generated using TypeDoc