biofriction-wp-theme/node_modules/rxjs/operator/shareReplay.js

12 lines
338 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
"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