a zip code crypto-currency system good for red ONLY

combineAll.d.ts 156B

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