ConsumeAsyncOptions Interface

    Package: @esfx/async-iter-fn
    Declaration
    export interface ConsumeAsyncOptions 

    Properties

    cacheElements

    Indicates whether iterated elements should be cached for subsequent iterations.

    Declaration
    cacheElements?: boolean;
    Property Value
    boolean

    leaveOpen

    Indicates whether to leave the iterator open when the iterable returns.

    Declaration
    leaveOpen?: boolean;
    Property Value
    boolean

    Generated by DocFX