map.js 152 B

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