biofriction-wp-theme/node_modules/rxjs/add/operator/finally.js

6 lines
277 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
"use strict";
var Observable_1 = require('../../Observable');
var finally_1 = require('../../operator/finally');
Observable_1.Observable.prototype.finally = finally_1._finally;
Observable_1.Observable.prototype._finally = finally_1._finally;
//# sourceMappingURL=finally.js.map