UNPKG

fast-iterable

Version:

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

4 lines (3 loc) 245 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> | undefined) => any;