UNPKG

@omneedia/socketcluster

Version:

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

5 lines 169 B
import { ZipOperator } from './zip'; export function zipAll(project) { return (source) => source.lift(new ZipOperator(project)); } //# sourceMappingURL=zipAll.js.map