a zip code crypto-currency system good for red ONLY

timeoutWith.d.ts 173B

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