a zip code crypto-currency system good for red ONLY

combineAll.d.ts 169B

1234567
  1. import { combineAll } from '../../operator/combineAll';
  2. declare module '../../Observable' {
  3. interface Observable<T> {
  4. combineAll: typeof combineAll;
  5. }
  6. }