UNPKG

@omneedia/socketcluster

Version:

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

13 lines 318 B
"use strict"; var zipAll_1 = require('../operators/zipAll'); /** * @param project * @return {Observable<R>|WebSocketSubject<T>|Observable<T>} * @method zipAll * @owner Observable */ function zipAll(project) { return zipAll_1.zipAll(project)(this); } exports.zipAll = zipAll; //# sourceMappingURL=zipAll.js.map