UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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