Function uleb128Decode

  • Decodes an unsigned leb128 encoded value to bigint. Note that if buffer that is provided does not only contain the uleb128 encoded number an error will be thrown.

    Returns

    the decoded bigint value.

    Parameters

    • buffer: Uint8Array

      The buffer to decode

    Returns bigint

Generated using TypeDoc