@eagleoutice/flowr - v2.13.16
    Preparing search index...

    Interface CollectorUntil

    interface CollectorUntil {
        includeInResult: boolean;
        predicate: (data: string) => boolean;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    includeInResult: boolean
    predicate: (data: string) => boolean