fast-iterable
Version:
Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).
4 lines (3 loc) • 309 B
TypeScript
import { AnyIterable, Mapper } from 'augmentative-iterable';
import { FluentEmitOptions } from '../types/base';
export declare function combineEmitter<T>(this: AnyIterable<T>, eventEmitter: any, optionsOrKeyA?: FluentEmitOptions | Mapper<any, any>, keyB?: Mapper<any, any>, options?: FluentEmitOptions): any;