share.js 162 B

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