pamoja for TypeScript - v0.1.17
    Preparing search index...

    Function fromCbor

    • Decodes a CBOR document back into an ordinary JavaScript value.

      Parameters

      • cbor: Uint8Array

        The CBOR document to decode.

      Returns unknown

      The decoded value.

      If the document is malformed, or holds a construct with no JSON equivalent such as a non-string map key.