UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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