UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

10 lines (8 loc) 247 B
export const rxSubscriber = (typeof Symbol === 'function' && typeof Symbol.for === 'function') ? Symbol.for('rxSubscriber') : '@@rxSubscriber'; /** * @deprecated use rxSubscriber instead */ export const $$rxSubscriber = rxSubscriber;