a zip code crypto-currency system good for red ONLY

shareReplay.js 338B

123456789101112
  1. "use strict";
  2. var shareReplay_1 = require('../operators/shareReplay');
  3. /**
  4. * @method shareReplay
  5. * @owner Observable
  6. */
  7. function shareReplay(bufferSize, windowTime, scheduler) {
  8. return shareReplay_1.shareReplay(bufferSize, windowTime, scheduler)(this);
  9. }
  10. exports.shareReplay = shareReplay;
  11. ;
  12. //# sourceMappingURL=shareReplay.js.map