import {Observable} from '../../Observable'; import {retry} from '../../operator/retry'; Observable.prototype.retry = retry;