UNPKG

@codibre/fluent-iterable

Version:

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

3 lines (2 loc) 198 B
import { ErrorCallback } from '../types/base'; export declare function mergeCatching<T, R>(this: AsyncIterable<T>, callback: ErrorCallback, ...items: Array<AsyncIterable<R>>): AsyncIterable<T | R>;