UNPKG

rxjs-compat

Version:

[![CircleCI](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x.svg?style=svg)](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x) [![npm version](https://badge.fury.io/js/%40reactivex%2Frxjs.svg)](http://badge.fury.io/js/%40reactivex%2Frxjs) [![Join the chat

7 lines 339 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var operators_1 = require("rxjs/operators"); exports.groupBy = operators_1.groupBy; var internal_compatibility_1 = require("rxjs/internal-compatibility"); exports.GroupedObservable = internal_compatibility_1.GroupedObservable; //# sourceMappingURL=groupBy.js.map