UNPKG

@codibre/fluent-iterable

Version:

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

2 lines (1 loc) 128 B
export declare function whenEmptyAsync<T, R>(this: AsyncIterable<T>, fallbackIterable: AsyncIterable<R>): AsyncIterable<T | R>;