UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

17 lines 621 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); 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