UNPKG

@codibre/fluent-iterable

Version:

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

4 lines (3 loc) 231 B
import { AnyMapper } from '../types-internal'; import { BasicIngredients } from './ingredients'; export declare function avgRecipe({ forEach, resolver }: BasicIngredients): <T>(this: Iterable<T>, baseMapper?: AnyMapper<T>) => any;