BC-DCBOR TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Type Alias Cbor

    Cbor: (
        | CborUnsignedType
        | CborNegativeType
        | CborByteStringType
        | CborTextType
        | CborArrayType
        | CborMapType
        | CborTaggedType
        | CborSimpleType
    ) & CborMethods