UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines 176 B
import { retryWhen as higherOrder } from 'rxjs/operators'; export function retryWhen(notifier) { return higherOrder(notifier)(this); } //# sourceMappingURL=retryWhen.js.map