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

    Type Alias NodePatternType

    NodePatternType:
        | { type: "Any" }
        | { type: "AssertionsInterval"; interval: Interval }
        | { type: "WithSubject"; subjectPattern: Pattern }

    Pattern type for node pattern matching.

    Corresponds to the Rust NodePattern enum in node_pattern.rs