UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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