a zip code crypto-currency system good for red ONLY

defaultIfEmpty.d.ts 185B

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