cbor2
    Preparing search index...

    Type Alias DecodeValue

    DecodeValue:
        | Simple
        | Symbol
        | Uint8Array
        | bigint
        | boolean
        | number
        | string
        | null
        | undefined

    These less-complex types are decoded as tokens at this level.