Sha256: 19e93f4386c5780958b660b40cf4654163810e56f205453fb3e7c62fe97de199
Contents?: true
Size: 311 Bytes
Versions: 49
Compression:
Stored size: 311 Bytes
Contents
import { root } from '../util/root'; const Symbol: any = root.Symbol; export const rxSubscriber = (typeof Symbol === 'function' && typeof Symbol.for === 'function') ? Symbol.for('rxSubscriber') : '@@rxSubscriber'; /** * @deprecated use rxSubscriber instead */ export const $$rxSubscriber = rxSubscriber;
Version data entries
49 entries across 49 versions & 4 rubygems