UNPKG

@codibre/fluent-iterable

Version:

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

3 lines (2 loc) 186 B
import { CombineIngredients } from './ingredients'; export declare function flatJoinRecipe(ingredients: CombineIngredients): <T, R>(this: Iterable<T>, ...path: string[]) => Iterable<R>;