7 lines
300 B
JavaScript
7 lines
300 B
JavaScript
|
/** PURE_IMPORTS_START .._.._Observable,.._.._operator_finally PURE_IMPORTS_END */
|
||
|
import { Observable } from '../../Observable';
|
||
|
import { _finally } from '../../operator/finally';
|
||
|
Observable.prototype.finally = _finally;
|
||
|
Observable.prototype._finally = _finally;
|
||
|
//# sourceMappingURL=finally.js.map
|