Type Alias MtAiValue

MtAiValue: [
    mt: number,
    ai: number,
    val: DecodeValue,
    offset: number,
    len: bigint
    | number,
]

Information about a decoded CBOR data item. 3-element tuple, containing:

  • Major type.
  • Additional Information (int if < 23, else length as 24-27, 31 as stream).
  • Decoded token value.
  • Offset into the input where this item started.