rxSubscriber.ts 220 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 import { root } from '../util/root'; const Symbol: any = root.Symbol; export const $$rxSubscriber = (typeof Symbol === 'function' && typeof Symbol.for === 'function') ? Symbol.for('rxSubscriber') : '@@rxSubscriber';