biobulkbende.org/node_modules/rxjs/operators/zipAll.d.ts
2020-09-16 14:23:28 +02:00

3 lines
152 B
TypeScript

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