Envelope Pattern TypeScript - v1.0.0-alpha.20
    Preparing search index...

    Type Alias CBORPatternType

    CBORPatternType:
        | { type: "Any" }
        | { type: "Value"; cbor: Cbor }
        | { type: "Pattern"; pattern: DCBORPattern }

    Pattern type for CBOR pattern matching.

    Corresponds to the Rust CBORPattern enum in cbor_pattern.rs