UNPKG

@codibre/fluent-iterable

Version:

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

5 lines (4 loc) 378 B
import { AnyMapper } from '../types-internal'; import { MinMaxIngredients } from './ingredients'; export declare const maxRecipe: ({ filter, resolver, first, last }: MinMaxIngredients) => <T>(this: any, baseMapper?: AnyMapper<T>) => any; export declare const minRecipe: ({ filter, resolver, first, last }: MinMaxIngredients) => <T>(this: any, baseMapper?: AnyMapper<T>) => any;