a zip code crypto-currency system good for red ONLY

publishReplay.d.ts 181B

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