biofriction-wp-theme/node_modules/rxjs/operators/zipAll.d.ts
2021-10-26 14:18:09 +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>;