2019-09-13 11:27:52 +07:00

4 lines
192 B
JavaScript
Executable File

import { Observable } from '../../Observable';
import { timeoutWith } from '../../operator/timeoutWith';
Observable.prototype.timeoutWith = timeoutWith;
//# sourceMappingURL=timeoutWith.js.map