UNPKG

@codibre/fluent-iterable

Version:

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

5 lines (4 loc) 115 B
import { AnyIterable } from 'augmentative-iterable'; export interface Iterate { (it: any): AnyIterable<any>; }