UNPKG

@omneedia/socketcluster

Version:

SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.

12 lines (8 loc) 311 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'; /** * @deprecated use rxSubscriber instead */ export const $$rxSubscriber = rxSubscriber;