Sha256: eee5d297a56639024b45ff8308d51a560fcb981690858b7fe3064ba5ea21c107
Contents?: true
Size: 552 Bytes
Versions: 49
Compression:
Stored size: 552 Bytes
Contents
"use strict"; var async_1 = require('../scheduler/async'); var timeInterval_1 = require('../operators/timeInterval'); exports.TimeInterval = timeInterval_1.TimeInterval; /** * @param scheduler * @return {Observable<TimeInterval<any>>|WebSocketSubject<T>|Observable<T>} * @method timeInterval * @owner Observable */ function timeInterval(scheduler) { if (scheduler === void 0) { scheduler = async_1.async; } return timeInterval_1.timeInterval(scheduler)(this); } exports.timeInterval = timeInterval; //# sourceMappingURL=timeInterval.js.map
Version data entries
49 entries across 49 versions & 4 rubygems