UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines 160 B
import { concatAll as higherOrder } from 'rxjs/operators'; export function concatAll() { return higherOrder()(this); } //# sourceMappingURL=concatAll.js.map