UNPKG

@omneedia/socketcluster

Version:

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

7 lines 218 B
"use strict"; var zip_1 = require('./zip'); function zipAll(project) { return function (source) { return source.lift(new zip_1.ZipOperator(project)); }; } exports.zipAll = zipAll; //# sourceMappingURL=zipAll.js.map