UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines 255 B
import { root } from '../util/root'; const Symbol = root.Symbol; export const $$rxSubscriber = (typeof Symbol === 'function' && typeof Symbol.for === 'function') ? Symbol.for('rxSubscriber') : '@@rxSubscriber'; //# sourceMappingURL=rxSubscriber.js.map