UNPKG

fast-iterable

Version:

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

3 lines (2 loc) 141 B
import { Extender } from 'extension-methods'; export declare function getFluent(iterable: any, handler: Extender<any>, symbol: symbol): any;