UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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