UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

4 lines 175 B
import { Observable } from 'rxjs'; import { combineAll } from '../../operator/combineAll'; Observable.prototype.combineAll = combineAll; //# sourceMappingURL=combineAll.js.map