UNPKG

@codibre/fluent-iterable

Version:

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

5 lines (4 loc) 287 B
import { AnyIterable } from 'augmentative-iterable'; import { ErrorCallback } from '../types'; import { BasicIngredients } from './ingredients'; export declare function flatMergeRecipe({ resolver, toArray }: BasicIngredients): <T>(this: AnyIterable<T>, callback?: ErrorCallback) => any;