UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines 205 B
import { elementAt as higherOrder } from 'rxjs/operators'; export function elementAt(index, defaultValue) { return higherOrder.apply(undefined, arguments)(this); } //# sourceMappingURL=elementAt.js.map