UNPKG

@omneedia/socketcluster

Version:

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

12 lines 338 B
"use strict"; var shareReplay_1 = require('../operators/shareReplay'); /** * @method shareReplay * @owner Observable */ function shareReplay(bufferSize, windowTime, scheduler) { return shareReplay_1.shareReplay(bufferSize, windowTime, scheduler)(this); } exports.shareReplay = shareReplay; ; //# sourceMappingURL=shareReplay.js.map