a zip code crypto-currency system good for red ONLY

rxSubscriber.js 345B

123456789
  1. import { root } from '../util/root';
  2. const Symbol = root.Symbol;
  3. export const rxSubscriber = (typeof Symbol === 'function' && typeof Symbol.for === 'function') ?
  4. Symbol.for('rxSubscriber') : '@@rxSubscriber';
  5. /**
  6. * @deprecated use rxSubscriber instead
  7. */
  8. export const $$rxSubscriber = rxSubscriber;
  9. //# sourceMappingURL=rxSubscriber.js.map