finally.js 204 B

12345
  1. import { Observable } from 'rxjs';
  2. import { _finally } from '../../operator/finally';
  3. Observable.prototype.finally = _finally;
  4. Observable.prototype._finally = _finally;
  5. //# sourceMappingURL=finally.js.map