UNPKG

@codibre/fluent-iterable

Version:

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

4 lines (3 loc) 233 B
import { Comparer } from '../types/base'; import { BasicIngredients } from './ingredients'; export declare function sortRecipe({ toArray, resolver, iterate }: BasicIngredients): <T>(this: Iterable<T>, comparer?: Comparer<T>) => any;