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

    Type Alias EdgeType

    EdgeType:
        | "none"
        | "array_element"
        | "map_key_value"
        | "map_key"
        | "map_value"
        | "tagged_content"

    Types of edges in the CBOR tree traversal.

    A string-literal union, so the type is erasable and no runtime object is emitted into bundles.