UNPKG

@codibre/fluent-iterable

Version:

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

4 lines (3 loc) 259 B
import { AnyMapper } from '../types-internal'; import { BasicReduceIngredients } from './ingredients'; export declare function topRecipe({ reduceAndMap, resolver }: BasicReduceIngredients): <T>(this: any, baseMapper: AnyMapper<T>, comparer: Function) => any;