@blockchaincommons/dcbor - v1.0.0-beta.1
    Preparing search index...
    • Extract native JavaScript value from CBOR. Converts CBOR types to their JavaScript equivalents.

      Returns the closed union CborNative. Note the two asymmetries documented there: maps come back as CborMap and tagged values as Cbor.

      Parameters

      • cbor: Uint8Array<ArrayBufferLike> | Cbor

      Returns CborNative