UNPKG

@omneedia/socketcluster

Version:

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

13 lines (10 loc) 304 B
import { Observable } from '../../Observable'; import { _switch } from '../../operator/switch'; Observable.prototype.switch = _switch; Observable.prototype._switch = _switch; declare module '../../Observable' { interface Observable<T> { switch: typeof _switch; _switch: typeof _switch; } }