a zip code crypto-currency system good for red ONLY

timeInterval.js 552B

12345678910111213141516
  1. "use strict";
  2. var async_1 = require('../scheduler/async');
  3. var timeInterval_1 = require('../operators/timeInterval');
  4. exports.TimeInterval = timeInterval_1.TimeInterval;
  5. /**
  6. * @param scheduler
  7. * @return {Observable<TimeInterval<any>>|WebSocketSubject<T>|Observable<T>}
  8. * @method timeInterval
  9. * @owner Observable
  10. */
  11. function timeInterval(scheduler) {
  12. if (scheduler === void 0) { scheduler = async_1.async; }
  13. return timeInterval_1.timeInterval(scheduler)(this);
  14. }
  15. exports.timeInterval = timeInterval;
  16. //# sourceMappingURL=timeInterval.js.map