rxSubscriber.js 211 B

12345
  1. export const rxSubscriber = typeof Symbol === 'function'
  2. ? Symbol('rxSubscriber')
  3. : '@@rxSubscriber_' + Math.random();
  4. export const $$rxSubscriber = rxSubscriber;
  5. //# sourceMappingURL=rxSubscriber.js.map