UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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