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