UNPKG

@codibre/fluent-iterable

Version:

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

6 lines (5 loc) 100 B
export interface IteratorCatchResult<T> { done?: boolean; ignore?: boolean; value: T; }