blob: 2ff1a19935a06870d3a198a6c224f4c1ee59fe4f [file] [log] [blame]
import { Observable } from '../../Observable';
import { groupBy } from '../../operator/groupBy';
Observable.prototype.groupBy = groupBy;
//# sourceMappingURL=groupBy.js.map