a zip code crypto-currency system good for red ONLY

publishReplay.js 578B

1234567891011121314151617
  1. "use strict";
  2. var publishReplay_1 = require('../operators/publishReplay');
  3. /* tslint:enable:max-line-length */
  4. /**
  5. * @param bufferSize
  6. * @param windowTime
  7. * @param selectorOrScheduler
  8. * @param scheduler
  9. * @return {Observable<T> | ConnectableObservable<T>}
  10. * @method publishReplay
  11. * @owner Observable
  12. */
  13. function publishReplay(bufferSize, windowTime, selectorOrScheduler, scheduler) {
  14. return publishReplay_1.publishReplay(bufferSize, windowTime, selectorOrScheduler, scheduler)(this);
  15. }
  16. exports.publishReplay = publishReplay;
  17. //# sourceMappingURL=publishReplay.js.map