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