UNPKG

@codibre/fluent-iterable

Version:

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

4 lines (3 loc) 258 B
import { AnyIterable } from 'augmentative-iterable'; import { AnyMapper } from '../types-internal'; export declare function augmentIterableRecipe(augmentIterable: Function, clone?: boolean): <T>(this: AnyIterable<T>, action: AnyMapper<T>) => AnyIterable<T>;