UNPKG

fast-iterable

Version:

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

4 lines (3 loc) 174 B
import { Extender } from 'extension-methods'; export declare const proxyRef: unique symbol; export declare function extendFluent(iterable: any, handler: Extender<any>): any;