a zip code crypto-currency system good for red ONLY

max.d.ts 141B

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