/
eb
/
Surf
Обзор
Документация
Войти
/
eb
/
Surf
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/rxjs/operator/timeInterval.js
16 строк
552 B
EvgeniyBudaev
Initial commit
17 фев 2020, 09:02
17 фев 2020, 09:02
bb6f06f
Код
Авторство
О чём код?
"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