6 lines
274 B
JavaScript
6 lines
274 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var rxjs_1 = require("rxjs");
|
|
var timeoutWith_1 = require("../../operator/timeoutWith");
|
|
rxjs_1.Observable.prototype.timeoutWith = timeoutWith_1.timeoutWith;
|
|
//# sourceMappingURL=timeoutWith.js.map
|