finally.js 216 B

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