UNPKG

@codibre/fluent-iterable

Version:

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

5 lines (4 loc) 293 B
import { AnyIterable } from 'augmentative-iterable'; import { BasicIngredients } from './ingredients'; import { AnyMapper } from '../types-internal'; export declare function waitAllRecipe({ forEach, resolver }: BasicIngredients): <T, R>(this: AnyIterable<T>, baseMapper: AnyMapper<T>) => any;