mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-11-03 07:19:04 +00:00
5 lines
235 B
JavaScript
5 lines
235 B
JavaScript
|
|
"use strict";
|
||
|
|
var Observable_1 = require('../../Observable');
|
||
|
|
var timeoutWith_1 = require('../../operator/timeoutWith');
|
||
|
|
Observable_1.Observable.prototype.timeoutWith = timeoutWith_1.timeoutWith;
|
||
|
|
//# sourceMappingURL=timeoutWith.js.map
|