UNPKG

@codibre/fluent-iterable

Version:

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

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