UNPKG

@codibre/fluent-iterable

Version:

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

4 lines (3 loc) 244 B
import { AnyMapper } from '../types-internal'; import { BasicIngredients } from './ingredients'; export declare function flattenRecipe({ iterateAll, map }: BasicIngredients): <T, R>(this: Iterable<T>, baseMapper?: AnyMapper<T>) => Iterable<R>;