UNPKG

@codibre/fluent-iterable

Version:

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

4 lines (3 loc) 274 B
import { AnyIterable } from 'augmentative-iterable'; import { UnwindIngredients } from './ingredients'; export declare function unwindRecipe({ resolver, flatten, map, combineJoin, toObject, symbols, }: UnwindIngredients): (this: AnyIterable<any>, ...keys: string[]) => any;