UNPKG

@codibre/fluent-iterable

Version:

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

2 lines (1 loc) 108 B
export declare function whenEmpty<T, R>(this: Iterable<T>, fallbackIterable: Iterable<R>): Iterable<T | R>;