UNPKG

rxjs-compat

Version:

<img src="doc/asset/Rx_Logo_S.png" alt="RxJS Logo" width="86" height="86"> RxJS: Reactive Extensions For JavaScript ======================================

5 lines 280 B
import { groupBy as higherOrder } from 'rxjs/operators'; export function groupBy(keySelector, elementSelector, durationSelector, subjectSelector) { return higherOrder(keySelector, elementSelector, durationSelector, subjectSelector)(this); } //# sourceMappingURL=groupBy.js.map