d051d13aa1cb2e89d1f7738dc012fdf32bebf457605a6d41cc3064e1f712119cf0558307b593761d04a5a1be96cffbc1fe814e4e7d0f603305898cbfcf9054 307 B

12345678910
  1. /** @deprecated do not use, this is no longer checked by RxJS internals */
  2. export const rxSubscriber = (() =>
  3. typeof Symbol === 'function'
  4. ? Symbol('rxSubscriber')
  5. : '@@rxSubscriber_' + Math.random())();
  6. /**
  7. * @deprecated use rxSubscriber instead
  8. */
  9. export const $$rxSubscriber = rxSubscriber;