UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

11 lines (10 loc) 363 B
import { ExtremaOptions } from '../../asynciterable/extremaoptions.js'; /** * @ignore */ export declare function maxByProto<TSource, TKey>(this: AsyncIterable<TSource>, options?: ExtremaOptions<TSource, TKey>): Promise<TSource[]>; declare module '../../asynciterable/asynciterablex' { interface AsyncIterableX<T> { maxBy: typeof maxByProto; } }