UNPKG

@omneedia/socketcluster

Version:

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

6 lines 187 B
import { switchMap } from './switchMap'; import { identity } from '../util/identity'; export function switchAll() { return switchMap(identity); } //# sourceMappingURL=switchAll.js.map