UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

3 lines (2 loc) 156 B
import { OperatorFunction } from '../interfaces'; export declare function combineAll<T, R>(project?: (...values: Array<any>) => R): OperatorFunction<T, R>;