UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines 183 B
import { takeLast as higherOrderTakeLast } from 'rxjs/operators'; export function takeLast(count) { return higherOrderTakeLast(count)(this); } //# sourceMappingURL=takeLast.js.map