UNPKG

fast-iterable

Version:

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

2 lines (1 loc) 173 B
export declare const reduceAndMap: <T, A, R>(this: Iterable<T>, reducer: import("..").Reducer<T, A>, initial: A, baseResult: import("../types-internal").AnyMapper<A>) => R;