blob: 83a639d9d4d9267aa2f05e0692aaba13f3483339 [file] [log] [blame]
import { Observable } from '../../Observable';
import { share } from '../../operator/share';
Observable.prototype.share = share;
//# sourceMappingURL=share.js.map