Opal-Estate-Pro/node_modules/rxjs/operators/zipAll.d.ts
2019-09-13 09:44:33 +07:00

3 lines
152 B
TypeScript

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