@stricahq/cbors - v2.0.0
    Preparing search index...

    Type Alias CborNodeKind

    CborNodeKind:
        | "uint"
        | "nint"
        | "bytes"
        | "text"
        | "array"
        | "map"
        | "tag"
        | "simple"
        | "float"
        | "bool"
        | "null"
        | "undefined"