@blockchaincommons/dcbor - v1.0.0-beta.1
    Preparing search index...
    • Beta

      Decode CBOR bytes straight to a typed value via a CborCodec witness:

      const date = decodeWith(bytes, CborDate.codec); // CborDate
      

      Type Parameters

      • T

      Parameters

      Returns T

      decoding errors from decodeCbor, plus whatever the codec's decode throws on mismatch.