UNPKG

@codibre/fluent-iterable

Version:

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

4 lines (3 loc) 265 B
import { ComparerIngredient } from './ingredients'; import { AnyMapper } from '../types-internal'; export declare function sortByRecipe(sort: ComparerIngredient): <T>(this: Iterable<T>, ...props: AnyMapper<T>[]) => import("augmentative-iterable").AnyIterable<any>;