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
leaveOpen
Indicates whether to leave the iterator open when the iterable returns.
Declaration
leaveOpen?: boolean;