UNPKG

@codibre/fluent-iterable

Version:

Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).

4 lines (3 loc) 289 B
import { EventEmitter } from 'events'; import { FluentEmitOptions, ErrorCallback } from '../types/base'; export declare function mergeEmitterCatching<T>(this: AsyncIterable<T>, errorCallback: ErrorCallback, eventEmitter: EventEmitter, options?: FluentEmitOptions): AsyncIterable<unknown>;