a zip code crypto-currency system good for red ONLY

startWith.d.ts 165B

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