map.js 140 B

1234
  1. import { Observable } from 'rxjs';
  2. import { map } from '../../operator/map';
  3. Observable.prototype.map = map;
  4. //# sourceMappingURL=map.js.map