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

3 lines
152 B
TypeScript
Executable File

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