UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

7 lines (4 loc) 220 B
import { root } from '../util/root'; const Symbol: any = root.Symbol; export const $$rxSubscriber = (typeof Symbol === 'function' && typeof Symbol.for === 'function') ? Symbol.for('rxSubscriber') : '@@rxSubscriber';