UNPKG

504 BTypeScriptView Raw
1import { OperatorFunction, ObservableInput } from '../types';
2export declare function combineLatestAll<T>(): OperatorFunction<ObservableInput<T>, T[]>;
3export declare function combineLatestAll<T>(): OperatorFunction<any, T[]>;
4export declare function combineLatestAll<T, R>(project: (...values: T[]) => R): OperatorFunction<ObservableInput<T>, R>;
5export declare function combineLatestAll<R>(project: (...values: Array<any>) => R): OperatorFunction<any, R>;
6//# sourceMappingURL=combineLatestAll.d.ts.map
\No newline at end of file