blob: 13c4f11a1d9f1ffecbf68b8e4d5ec8aba95380a4 [file] [log] [blame]
import { Observable } from '../../Observable';
import { retry } from '../../operator/retry';
Observable.prototype.retry = retry;
//# sourceMappingURL=retry.js.map