Opal-Estate-Pro/node_modules/rxjs/operators/combineAll.d.ts
2019-09-13 11:27:52 +07:00

3 lines
156 B
TypeScript
Executable File

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