UNPKG

@codibre/fluent-iterable

Version:

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

4 lines (3 loc) 228 B
import { FluentEmitOptions } from '../types/base'; import { EventEmitter } from 'events'; export declare function getIterableFromEmitter<T = any>(emitter: EventEmitter, options: FluentEmitOptions | undefined): AsyncIterable<T>;