share.js 150 B

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