UNPKG

@omneedia/socketcluster

Version:

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

7 lines (6 loc) 307 B
/** PURE_IMPORTS_START .._operators_combineLatest PURE_IMPORTS_END */ import { CombineLatestOperator } from '../operators/combineLatest'; export function combineAll(project) { return function (source) { return source.lift(new CombineLatestOperator(project)); }; } //# sourceMappingURL=combineAll.js.map