timeoutWith.js 274 B

123456
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. var rxjs_1 = require("rxjs");
  4. var timeoutWith_1 = require("../../operator/timeoutWith");
  5. rxjs_1.Observable.prototype.timeoutWith = timeoutWith_1.timeoutWith;
  6. //# sourceMappingURL=timeoutWith.js.map