UNPKG

fast-iterable

Version:

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

5 lines (4 loc) 320 B
/// <reference types="node" /> 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>;