@eagleoutice/flowr - v2.10.3
    Preparing search index...
    interface CollectorUntil {
        includeInResult: boolean;
        predicate: (data: string) => boolean;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of CollectorUntil
    Index

    Properties

    includeInResult: boolean
    predicate: (data: string) => boolean