项目原始demo,不改动
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。
 
 
 
 

16 行
552 B

  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